]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Have fun with union in book.cpp
[stockfish] / src / book.h
index fcbce65b16f55f12802e0d273fe5277078e99a6e..40a8bad2b71d91f3a19a9ebc696c8a89723379e1 100644 (file)
@@ -36,9 +36,9 @@ private:
   template<typename T> PolyglotBook& operator>>(T& n);
 
   bool open(const char* fName);
-  size_t find_first(uint64_t key);
+  size_t find_first(Key key);
 
-  RKISS RKiss;
+  RKISS rkiss;
   std::string fileName;
 };