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
This commit is contained in:
Scott Wheeler
2004-08-06 01:54:28 +00:00
parent cc6bf884a3
commit 4aaa73f613

View 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;
/*!