X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=5d0df726239cabb66cb13628ac3523e9fb676c9c;hp=2c989dacdcfdd399c9e010b114e19da1979af06a;hb=2b6bc70f7bf266602a3ca59abb606699bdf544c8;hpb=166c09a7a0eafb706a961d6533c73cc248f6df94 diff --git a/src/tt.h b/src/tt.h index 2c989dac..5d0df726 100644 --- 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[], const int PLY_MAX); int full() const; private: