]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Slight tweak to king safety. Bench: 5534531
[stockfish] / src / thread.h
index 786c5b677c1934a2dfd0c9aa6ab09870f87b052b..b18170dfcccfa9b29b1bf4f011747142e48e3166 100644 (file)
@@ -103,8 +103,8 @@ struct Thread {
   void wait_for(volatile const bool& b);
 
   template <bool Fake>
-  Value split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value bestValue, Move* bestMove,
-              Depth depth, Move threatMove, int moveCount, MovePicker& mp, int nodeType);
+  void split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value* bestValue, Move* bestMove,
+             Depth depth, Move threatMove, int moveCount, MovePicker* movePicker, int nodeType);
 
   SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD];
   Material::Table materialTable;