Use standard naming conventions in book.cpp

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-05-08 10:40:30 +01:00
parent d5f0b91c06
commit de58594b0f
2 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ 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);
std::ifstream bookFile;
std::string bookName;