diff --git a/taglib/fileref.h b/taglib/fileref.h index 0f0c21a4..57a2c1b9 100644 --- a/taglib/fileref.h +++ b/taglib/fileref.h @@ -91,8 +91,9 @@ namespace TagLib { class TAGLIB_EXPORT FileTypeResolver { - TAGLIB_IGNORE_MISSING_DESTRUCTOR public: + virtual ~FileTypeResolver(); + /*! * This method must be overridden to provide an additional file type * resolver. If the resolver is able to determine the file type it should