diff options
| author | Stefan Boberg <[email protected]> | 2021-05-24 17:54:57 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-24 17:54:57 +0200 |
| commit | 26baba3d3761800bf7c98bb5a4280185a7456ca0 (patch) | |
| tree | 26ee9d4d2b8a2b85dd73757720dbc655dc07fe96 /zencore/include | |
| parent | Added IoHash::FromBLAKE3 (diff) | |
| download | zen-26baba3d3761800bf7c98bb5a4280185a7456ca0.tar.xz zen-26baba3d3761800bf7c98bb5a4280185a7456ca0.zip | |
Added CompressedBuffer round-trip tests
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/compress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/compress.h b/zencore/include/zencore/compress.h index 011d4ed64..1ab61e1be 100644 --- a/zencore/include/zencore/compress.h +++ b/zencore/include/zencore/compress.h @@ -113,6 +113,6 @@ private: CompositeBuffer CompressedData; }; -void compress_forcelink(); // internal +void compress_forcelink(); // internal } // namespace zen |