X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=5fbaa688631f9e97864820e6254648179c0cbe08;hp=8997c93872c46766bf137f1d4cc73cd46194f1a9;hb=77547a4ef149d3ac59177d4b1f2b4f807063baf6;hpb=8ceef922662c75c33d105d99732475c125b01081 diff --git a/src/movepick.h b/src/movepick.h index 8997c938..5fbaa688 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -86,8 +86,7 @@ class MovePicker { public: MovePicker(const Position&, Move, Depth, const HistoryStats&, Square); MovePicker(const Position&, Move, const HistoryStats&, PieceType); - MovePicker(const Position&, Move, Depth, const HistoryStats&, - const CountermovesStats&, Search::Stack*, Value); + MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*, Value); template Move next_move();