X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;h=38804f9acf572b3518d105955d96539f04726c6e;hp=0101bcf2c655f083c1f5083795826186623d9db4;hb=de58594b0f95115109d0c8aeb56a6c5c85b94b9f;hpb=d5f0b91c0622b843d8cc79774ce0b4caf9e8a0dd diff --git a/src/book.h b/src/book.h index 0101bcf2..38804f9a 100644 --- a/src/book.h +++ b/src/book.h @@ -51,7 +51,7 @@ private: template Book& operator>>(T& n); BookEntry read_entry(int idx); - int find_entry(uint64_t key); + int first_entry(uint64_t key); std::ifstream bookFile; std::string bookName;