diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fileio_func.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fileio_func.h b/src/fileio_func.h index 476e1afff..c0e777a9d 100644 --- a/src/fileio_func.h +++ b/src/fileio_func.h @@ -68,6 +68,9 @@ extern char *_personal_dir; ///< custom directory for personal settings, saves, class FileScanner { public: + /** Destruct the proper one... */ + virtual ~FileScanner() {} + uint Scan(const char *extension, Subdirectory sd, bool tars = true); /** |