From: Scott Wheeler Date: Fri, 6 Aug 2004 01:54:28 +0000 (+0000) Subject: Here's an oops -- this *really* should have been virtual. I'm not sure how X-Git-Tag: v1.5~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aaa73f6130a14b9de76dce3043ea90813641a78;p=taglib Here's an oops -- this *really* should have been virtual. I'm not sure how 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 --- diff --git a/mpeg/id3v2/id3v2framefactory.h b/mpeg/id3v2/id3v2framefactory.h index 43e5da6b..4a0d11b4 100644 --- a/mpeg/id3v2/id3v2framefactory.h +++ b/mpeg/id3v2/id3v2framefactory.h @@ -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; /*!