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/zippath.h | |
parent | a984b33ada3bf472333e178a68fdb160faf3151f (diff) |
there are reasons for things being the way they were (nw)
Diffstat (limited to 'src/lib/util/zippath.h')
-rw-r--r-- | src/lib/util/zippath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/zippath.h b/src/lib/util/zippath.h index bbaf21af8b1..cf6c2249f9c 100644 --- a/src/lib/util/zippath.h +++ b/src/lib/util/zippath.h @@ -34,7 +34,7 @@ public: static osd_file::error open(std::string const &path, ptr &directory); // closes a directory - virtual ~zippath_directory() = default; + virtual ~zippath_directory(); // reads a directory entry virtual osd::directory::entry const *readdir() = 0; |