X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=f3839bf024d9e03a81db31cb93dadf8e475f7ca9;hp=c444615f5b9f2e8ab4a0952ff47e3c97bf642079;hb=800410eef1c0811;hpb=7b2cda95d9d697a047ac8df33d3805ba77590a8f diff --git a/src/movepick.h b/src/movepick.h index c444615f..f3839bf0 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -87,6 +87,7 @@ public: MovePicker(const Position&, Move, Depth, const HistoryStats&, Square); MovePicker(const Position&, Move, const HistoryStats&, PieceType); MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*); + ~MovePicker(); template Move next_move(); @@ -103,8 +104,7 @@ private: ExtMove killers[4]; Square recaptureSquare; int captureThreshold, stage; - ExtMove *cur, *end, *endQuiets, *endBadCaptures; - ExtMove moves[MAX_MOVES]; + ExtMove *moves, *cur, *end, *endQuiets, *endBadCaptures; }; #endif // #ifndef MOVEPICK_H_INCLUDED