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