From 4aaa73f6130a14b9de76dce3043ea90813641a78 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Fri, 6 Aug 2004 01:54:28 +0000 Subject: [PATCH] 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 --- mpeg/id3v2/id3v2framefactory.h | 1 + 1 file changed, 1 insertion(+) 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; /*! -- 2.50.1