]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Small cleanups.
[stockfish] / src / thread.h
index aea86fd5c6941312fcf9a5b04ac2c56d2cc67fbd..63629e338124e5a6e12a44205698205c601be29c 100644 (file)
@@ -56,7 +56,7 @@ public:
   void idle_loop();
   void start_searching();
   void wait_for_search_finished();
-  int best_move_count(Move move);
+  int best_move_count(Move move) const;
 
   Pawns::Table pawnsTable;
   Material::Table materialTable;