diff options
author | 2020-01-31 14:53:46 +1100 | |
---|---|---|
committer | 2020-01-31 14:53:46 +1100 | |
commit | 3536bbdd7167b3982deca3e91960658ac620fdf1 (patch) | |
tree | 2c7ebf9e8c7a0736ae68a9231de1e2420f0c5da5 /src/lib/util/unzip.cpp | |
parent | a984b33ada3bf472333e178a68fdb160faf3151f (diff) |
there are reasons for things being the way they were (nw)
Diffstat (limited to 'src/lib/util/unzip.cpp')
-rw-r--r-- | src/lib/util/unzip.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/util/unzip.cpp b/src/lib/util/unzip.cpp index 2fb3da55c3c..a659445e1cc 100644 --- a/src/lib/util/unzip.cpp +++ b/src/lib/util/unzip.cpp @@ -1479,4 +1479,9 @@ void archive_file::cache_clear() m7z_file_cache_clear(); } + +archive_file::~archive_file() +{ +} + } // namespace util |