fix build

This commit is contained in:
Sema Checherinda 2023-06-21 22:32:33 +02:00
parent 679f2c4aa4
commit 23120c4467
4 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,8 @@ public:
char * existing_memory = nullptr,
size_t alignment = 0);
~LZMADeflatingWriteBuffer() override;
private:
void nextImpl() override;

View File

@ -21,6 +21,8 @@ public:
char * existing_memory = nullptr,
size_t alignment = 0);
~Lz4DeflatingWriteBuffer() override;
private:
void nextImpl() override;

View File

@ -24,6 +24,8 @@ public:
char * existing_memory = nullptr,
size_t alignment = 0);
~ZlibDeflatingWriteBuffer() override;
private:
void nextImpl() override;

View File

@ -21,6 +21,8 @@ public:
char * existing_memory = nullptr,
size_t alignment = 0);
~ZstdDeflatingWriteBuffer() override;
void sync() override
{
out->sync();