]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Have fun with union in book.cpp
[stockfish] / src / tt.h
index 3edd5e8a1fdfda660eedc08ea89c57261eeb364b..f3b0f2adcb327e9c096c9735a65dad8795995e3b 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -97,7 +97,7 @@ class TranspositionTable {
 
 public:
   TranspositionTable();
 
 public:
   TranspositionTable();
 ~TranspositionTable();
+ ~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);
   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);