]> granicus.if.org Git - taglib/commitdiff
Here's an oops -- this *really* should have been virtual. I'm not sure how
authorScott Wheeler <wheeler@kde.org>
Fri, 6 Aug 2004 01:54:28 +0000 (01:54 +0000)
committerScott Wheeler <wheeler@kde.org>
Fri, 6 Aug 2004 01:54:28 +0000 (01:54 +0000)
I missed that.  I'll come up with something -- probably a functor or similar
to work around this at some point.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@336480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/id3v2framefactory.h

index 43e5da6b4460efc1aa5c0e7df15077b9db061daf..4a0d11b4b4956927cc5baa862a2c0437169f0f38 100644 (file)
@@ -67,6 +67,7 @@ namespace TagLib {
        * version of the tag.  As ID3v2.4 is the most current version of the
        * standard 4 is the default.
        */
+      // BIC: make virtual
       Frame *createFrame(const ByteVector &data, uint version = 4) const;
 
       /*!