X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;fp=src%2Fthread.h;h=63629e338124e5a6e12a44205698205c601be29c;hp=aea86fd5c6941312fcf9a5b04ac2c56d2cc67fbd;hb=0c878adb36c1013944231083d6a7b3b53aa1ad7e;hpb=ddd4224640e04463c62b5896660f6f6abe4cc1a5 diff --git a/src/thread.h b/src/thread.h index aea86fd5..63629e33 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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;