X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftt.h;h=705bac9161edb5c882b9c8224042b42a041ad0b1;hb=880726c13a393e70ddc358741e68cc28a546ae8c;hp=f3b0f2adcb327e9c096c9735a65dad8795995e3b;hpb=9b1cf3cf4360278f5485db6ba81c2cfeae746bd7;p=stockfish diff --git a/src/tt.h b/src/tt.h index f3b0f2ad..705bac91 100644 --- a/src/tt.h +++ b/src/tt.h @@ -100,8 +100,8 @@ public: ~TranspositionTable(); void set_size(size_t mbSize); void clear(); - void store(const Key posKey, Value v, Bound type, Depth d, Move m, Value statV, Value kingD); - TTEntry* probe(const Key posKey) const; + void store(const Key key, Value v, Bound type, Depth d, Move m, Value statV, Value kingD); + TTEntry* probe(const Key key) const; void new_search(); TTEntry* first_entry(const Key posKey) const; void refresh(const TTEntry* tte) const;