chore: use method static array for zonewriterfactory

This commit is contained in:
Jan
2024-10-19 20:22:11 +02:00
parent a1851b0ea0
commit ce16d8e6c8
13 changed files with 243 additions and 342 deletions

View File

@ -11,7 +11,6 @@ namespace T6
class Impl;
public:
_NODISCARD bool SupportsZone(Zone* zone) const override;
_NODISCARD std::unique_ptr<ZoneWriter> CreateWriter(Zone* zone) const override;
};
} // namespace T6