mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Sync variable names in decl vs def
This commit is contained in:
committed by
Marco Costalba
parent
c43146edb7
commit
f3cd7002aa
+1
-1
@@ -55,7 +55,7 @@ public:
|
||||
void idle_loop();
|
||||
void start_searching(bool resume = false);
|
||||
void wait_for_search_finished();
|
||||
void wait(std::atomic_bool& b);
|
||||
void wait(std::atomic_bool& condition);
|
||||
|
||||
Pawns::Table pawnsTable;
|
||||
Material::Table materialTable;
|
||||
|
||||
Reference in New Issue
Block a user