]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Retire update_pv() and sp_update_pv()
[stockfish] / src / tt.h
index bcc761acf325da0999838b2f209cb4faab92bb33..b43489dd796ebc8aff60902f12766b5ed5bedc7f 100644 (file)
--- 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[]);
   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;
 
   int full() const;
   TTEntry* first_entry(const Key posKey) const;