Sync variable names in decl vs def

This commit is contained in:
Miroslav Fontán
2016-11-03 11:45:39 +01:00
committed by Marco Costalba
parent c43146edb7
commit f3cd7002aa
3 changed files with 4 additions and 4 deletions

View File

@@ -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;