* Fix FileReader

This commit is contained in:
2014-04-24 19:01:24 -07:00
parent 0d0da95200
commit b7c359ea40
5 changed files with 49 additions and 43 deletions

View File

@@ -73,4 +73,11 @@ private:
} // io
} // Athena
#ifndef FILEREADER_BASE
#define FILEREADER_BASE \
private: \
typedef Athena::io::FileReader base;
#endif // FILEREADER_BASE
#endif // FILESTREAM_HPP