X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=b43489dd796ebc8aff60902f12766b5ed5bedc7f;hp=bcc761acf325da0999838b2f209cb4faab92bb33;hb=62c68c2d2174ee5158cf3282c7429b15483f3d51;hpb=adb43cc0cca109c1d95fa8032e717762faa01563 diff --git a/src/tt.h b/src/tt.h index bcc761ac..b43489dd 100644 --- a/src/tt.h +++ b/src/tt.h @@ -110,7 +110,7 @@ public: TTEntry* retrieve(const Key posKey) const; void new_search(); void insert_pv(const Position& pos, Move pv[]); - void extract_pv(const Position& pos, Move pv[], const int PLY_MAX); + void extract_pv(const Position& pos, Move bestMove, Move pv[], const int PLY_MAX); int full() const; TTEntry* first_entry(const Key posKey) const;