X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=6b5d89c093ff690e7fb41c60dfc7ad6774fe5cb2;hp=03305ebdd8eab7cf02ce27fbdb56af2c22ada3e2;hb=9de4ee6d329b6da4f6bda0387a8ce6918c4e5a99;hpb=90ec4a403ae326b85dfa68afd5fd7ed47d5bc651 diff --git a/src/movepick.h b/src/movepick.h index 03305ebd..6b5d89c0 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -41,7 +41,7 @@ public: MovePicker(const Position&, Move, Depth, const History&, Search::Stack*, Value); MovePicker(const Position&, Move, Depth, const History&, Square); MovePicker(const Position&, Move, const History&, PieceType); - Move next_move(); + template Move next_move(); private: void score_captures(); @@ -51,6 +51,7 @@ private: const Position& pos; const History& H; + Search::Stack* ss; Depth depth; Move ttMove; MoveStack killers[2];