diff --git a/src/fileio_func.h b/src/fileio_func.h index 476e1afff8..c0e777a9d1 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); /**