mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Fix FileReader
This commit is contained in:
@@ -69,4 +69,11 @@ private:
|
||||
};
|
||||
}
|
||||
} // Athena
|
||||
|
||||
#ifndef FILEWRITER_BASE
|
||||
#define FILEWRITER_BASE \
|
||||
private: \
|
||||
typedef Athena::io::FileWriter base;
|
||||
|
||||
#endif // FILEWRITER_BASE
|
||||
#endif // FILEWRITER_HPP
|
||||
|
||||
Reference in New Issue
Block a user