* 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

@@ -69,4 +69,11 @@ private:
};
}
} // Athena
#ifndef FILEWRITER_BASE
#define FILEWRITER_BASE \
private: \
typedef Athena::io::FileWriter base;
#endif // FILEWRITER_BASE
#endif // FILEWRITER_HPP