]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Fix pretty_pv() output in Chess960
[stockfish] / src / book.h
index 0101bcf2c655f083c1f5083795826186623d9db4..07c00b4585ebea54e2337a8f8a4c22abe0b36416 100644 (file)
@@ -51,12 +51,12 @@ private:
   template<typename T> Book& operator>>(T& n);
 
   BookEntry read_entry(int idx);
-  int find_entry(uint64_t key);
+  int first_entry(uint64_t key);
 
+  RKISS RKiss;
   std::ifstream bookFile;
   std::string bookName;
   int bookSize;
-  RKISS RKiss;
 };
 
 #endif // !defined(BOOK_H_INCLUDED)