]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Rearrange structs to avoid internal padding
[stockfish] / src / book.h
index 38804f9acf572b3518d105955d96539f04726c6e..07c00b4585ebea54e2337a8f8a4c22abe0b36416 100644 (file)
@@ -53,10 +53,10 @@ private:
   BookEntry read_entry(int idx);
   int first_entry(uint64_t key);
 
+  RKISS RKiss;
   std::ifstream bookFile;
   std::string bookName;
   int bookSize;
-  RKISS RKiss;
 };
 
 #endif // !defined(BOOK_H_INCLUDED)