X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=5d0df726239cabb66cb13628ac3523e9fb676c9c;hp=bff1749841b1ac1312a7a413d9c3619eb6e461c0;hb=a0005ba45f7d5c97a096b79065c0b83ae3d81afa;hpb=60bc30275decbb00aa26af8dc14ad6cb167eaa82 diff --git a/src/tt.h b/src/tt.h index bff17498..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[], int pvSize); + void extract_pv(const Position& pos, Move pv[], const int PLY_MAX); int full() const; private: