X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsan.h;h=f398e69508b9c7c60ae08435741b36b4c91a43fd;hb=2e70a2873f42e327546248172baa77a76ae0b0fc;hp=42202cfad8d4ec8ad045ad6448e6ec658dd2fe36;hpb=18cd83a38042a3993678e88bc8163ceb1cbd62b4;p=stockfish diff --git a/src/san.h b/src/san.h index 42202cfa..f398e695 100644 --- a/src/san.h +++ b/src/san.h @@ -36,7 +36,7 @@ //// Prototypes //// -extern const std::string move_to_san(const Position& pos, Move m); +extern const std::string move_to_san(Position& pos, Move m); extern Move move_from_san(const Position& pos, const std::string& str); extern const std::string line_to_san(const Position& pos, Move line[], int startColumn, bool breakLines); extern const std::string pretty_pv(const Position& pos, int time, int depth, uint64_t nodes, Value score, ValueType type, Move pv[]);