mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-13 20:21:48 +00:00
refactor: combined ZoneOutputStream interface with impl
This commit is contained in:
@@ -10,7 +10,7 @@ ContentWriterBase::ContentWriterBase(const Zone& zone)
|
||||
{
|
||||
}
|
||||
|
||||
ContentWriterBase::ContentWriterBase(const Zone& zone, IZoneOutputStream& stream)
|
||||
ContentWriterBase::ContentWriterBase(const Zone& zone, ZoneOutputStream& stream)
|
||||
: m_zone(zone),
|
||||
m_stream(&stream),
|
||||
varXString(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user