]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
StateInfo is usually allocated on the stack by search()
[stockfish] / src / syzygy / tbprobe.h
index 4233e1aae14829037995aaf8d1bddbdd42ab6ffe..2bcc0834c9cb8bb7896679703aa8627f067bba14 100644 (file)
@@ -10,8 +10,8 @@ extern int MaxCardinality;
 void init(const std::string& path);
 int probe_wdl(Position& pos, int *success);
 int probe_dtz(Position& pos, int *success);
-bool root_probe(Position& pos, Search::RootMoveVector& rootMoves, Value& score);
-bool root_probe_wdl(Position& pos, Search::RootMoveVector& rootMoves, Value& score);
+bool root_probe(Position& pos, Search::RootMoves& rootMoves, Value& score);
+bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves, Value& score);
 
 }