* Fix silly bug

This commit is contained in:
2014-06-02 20:09:40 -07:00
parent 05db171ac4
commit cc71bec5d7
11 changed files with 23 additions and 13 deletions

View File

@@ -292,9 +292,9 @@ protected:
} // Athena
#ifndef BINARYREADER_BASE
#define BINARYREADER_BASE \
#define BINARYREADER_BASE() \
private: \
typedef Athena::io::BinaryReader base;
typedef Athena::io::BinaryReader base
#endif // BINARYREADER_BASE