]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Small code reformat in TranspositionTable::extract_pv()
[stockfish] / src / tt.h
index 2c989dacdcfdd399c9e010b114e19da1979af06a..bff1749841b1ac1312a7a413d9c3619eb6e461c0 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -102,7 +102,7 @@ public:
   void prefetch(const Key posKey) const;
   void new_search();
   void insert_pv(const Position& pos, Move pv[]);
-  void extract_pv(const Position& pos, Move pv[]);
+  void extract_pv(const Position& pos, Move pv[], int pvSize);
   int full() const;
 
 private: