mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 14:07:44 +00:00
added buffer-copying subclass to MemoryReader/Writer
This commit is contained in:
@@ -29,9 +29,9 @@ namespace io
|
||||
/*!
|
||||
* \brief The ZQuestFileWriter class
|
||||
*/
|
||||
class ZQuestFileWriter : protected MemoryWriter
|
||||
class ZQuestFileWriter : protected MemoryCopyWriter
|
||||
{
|
||||
MEMORYWRITER_BASE();
|
||||
MEMORYCOPYWRITER_BASE();
|
||||
|
||||
public:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user