]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Use operator() instead of apply() in endgames
[stockfish] / src / movepick.cpp
index 2b20f25f002447861a6deeddbf6260af21114c2b..0b3b6fd6b0e4d1e88d9052036ce58e07f886d279 100644 (file)
@@ -72,7 +72,7 @@ namespace {
 /// move ordering is at the current node.
 
 MovePicker::MovePicker(const Position& p, Move ttm, Depth d, const History& h,
-                       SearchStack* ss, Value beta) : pos(p), H(h), depth(d) {
+                       Search::Stack* ss, Value beta) : pos(p), H(h), depth(d) {
   captureThreshold = 0;
   badCaptures = moves + MAX_MOVES;