diff --git a/taglib/fileref.h b/taglib/fileref.h index 8cc41cd9..74f3ac7c 100644 --- a/taglib/fileref.h +++ b/taglib/fileref.h @@ -88,7 +88,6 @@ namespace TagLib { class FileTypeResolver { 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 diff --git a/taglib/mpeg/id3v1/id3v1tag.h b/taglib/mpeg/id3v1/id3v1tag.h index 8aa3b71c..0b238bdd 100644 --- a/taglib/mpeg/id3v1/id3v1tag.h +++ b/taglib/mpeg/id3v1/id3v1tag.h @@ -55,7 +55,6 @@ namespace TagLib { class StringHandler { public: - virtual ~StringHandler(){} /*! * Decode a string from \a data. The default implementation assumes that * \a data is an ISO-8859-1 (Latin1) character array.