]> git.sesse.net Git - stockfish/blobdiff - src/san.h
Clean up step 11
[stockfish] / src / san.h
index 42202cfad8d4ec8ad045ad6448e6ec658dd2fe36..f398e69508b9c7c60ae08435741b36b4c91a43fd 100644 (file)
--- 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[]);