summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/unzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/unzip.h')
-rw-r--r--src/lib/util/unzip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/unzip.h b/src/lib/util/unzip.h
index 28d348a5738..a1388cd0b4c 100644
--- a/src/lib/util/unzip.h
+++ b/src/lib/util/unzip.h
@@ -57,7 +57,7 @@ public:
static error open_7z(const std::string &filename, ptr &result);
// close an archive file (may actually be left open due to caching)
- virtual ~archive_file() = default;
+ virtual ~archive_file();
// clear out all open files from the cache
static void cache_clear();