X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsan.h;h=f398e69508b9c7c60ae08435741b36b4c91a43fd;hp=42202cfad8d4ec8ad045ad6448e6ec658dd2fe36;hb=7ff9678651942203639796da3fe3434d1c22e4b8;hpb=18cd83a38042a3993678e88bc8163ceb1cbd62b4 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[]);