From 363dbf569fcb8dc4268bbcf338f6e258a5ccfd45 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 20 Nov 2007 21:14:20 +0000 Subject: [PATCH] Do this the way the other BIC notes are listed. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@739325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/mpeg/id3v1/id3v1tag.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/taglib/mpeg/id3v1/id3v1tag.h b/taglib/mpeg/id3v1/id3v1tag.h index 5d28d437..2145447c 100644 --- a/taglib/mpeg/id3v1/id3v1tag.h +++ b/taglib/mpeg/id3v1/id3v1tag.h @@ -60,12 +60,8 @@ namespace TagLib { class TAGLIB_EXPORT StringHandler { public: - // do not fix compiler warning about missing virtual destructor - // since this would not be binary compatible - // let Scott fix it whenever he thinks BIC changes can next be applied - /*! - * Destroys this StringHandler instance. - */ + // BIC: Add virtual destructor. + /*! * Decode a string from \a data. The default implementation assumes that * \a data is an ISO-8859-1 (Latin1) character array.