small change to flush work space. writing new frags is broken rn

This commit is contained in:
2024-04-02 17:48:15 +02:00
parent 8d0518c2e3
commit 84bd24807d
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ struct File2ZSTDW : public File2I {
std::unique_ptr<ZSTD_CCtx, decltype(&ZSTD_freeCCtx)> _cctx{ZSTD_createCCtx(), &ZSTD_freeCCtx};
File2ZSTDW(File2I& real);
virtual ~File2ZSTDW(void) {}
virtual ~File2ZSTDW(void);
bool isGood(void) override;