X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6817e20e53e78fb0d9be02d2031ab3439d10d13d;hp=f69012aeb0a3053130b85abada02704b7781d531;hb=55df3fa2d7631ed67e46f9433aa7f3a71c18e5e7;hpb=ed0fb0b05fa72ccc6333bf5331eb9abeb7c86457 diff --git a/src/thread.h b/src/thread.h index f69012ae..6817e20e 100644 --- a/src/thread.h +++ b/src/thread.h @@ -151,7 +151,7 @@ public: template 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); + Depth depth, Move threatMove, int moveCount, MovePicker& mp, int nodeType); private: friend class Thread; friend void check_time();