]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Unify 'ponderhit' handling
[stockfish] / src / thread.h
index 2d8a675b4a76ad1eb18bdefc13659814330b9217..92be3a22985572303fae5c669386daf25a6919a8 100644 (file)
@@ -105,7 +105,7 @@ public:
   void idle_loop();
   void main_loop();
   void timer_loop();
-  void wait_for_stop_or_ponderhit();
+  void wait_for_stop();
 
   SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD];
   Material::Table materialTable;