mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
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:
@ -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;
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user