fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / taglib / taglib / mpeg / id3v1 / id3v1tag.h
index 8dc60c3d23a7b25bbc9e7164c6f1b451c9892a03..a2372f87385c860f0ff6d973dfc21bb34e03a24c 100644 (file)
@@ -78,6 +78,7 @@ namespace TagLib {
        * ISO-8859-1.
        */
       virtual ByteVector render(const String &s) const;
+      virtual ~StringHandler() {}
     };
 
     //! The main class in the ID3v1 implementation