From a3d8b6be8ba308dc249183ba99598a8798dad7e5 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 7 Jan 2007 15:31:01 +0000 Subject: [PATCH] Revert this as this change isn't BC git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@620850 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/fileref.h | 1 - taglib/mpeg/id3v1/id3v1tag.h | 1 - 2 files changed, 2 deletions(-) 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.