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