projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Be sure book file is closed before we leave
[stockfish]
/
src
/
book.h
diff --git
a/src/book.h
b/src/book.h
index e70bd0f1dabd2a31efe88783c76c377f4d7d88e8..740ef74992562f3d7b6399096d3357124604903c 100644
(file)
--- a/
src/book.h
+++ b/
src/book.h
@@
-53,8
+53,8
@@
struct BookEntry {
};
class Book : private std::ifstream {
-
public:
+ ~Book();
void open(const std::string& fName);
void close();
const std::string file_name() const;