began base encoder type for abstracting around exporting
Essentially the same principle as Decoders but somewhat different functionality.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
Decoder(Stream* fs);
|
||||
|
||||
// Necessary for subclassing, it's empty
|
||||
virtual ~Decoder();
|
||||
virtual ~Decoder() override;
|
||||
|
||||
DISABLE_COPY_MOVE(Decoder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user