diff --git a/mpeg/id3v2/frames/textidentificationframe.h b/mpeg/id3v2/frames/textidentificationframe.h index dc06b7f2..00c13851 100644 --- a/mpeg/id3v2/frames/textidentificationframe.h +++ b/mpeg/id3v2/frames/textidentificationframe.h @@ -185,6 +185,8 @@ namespace TagLib { * This description identifies the frame and must be unique. */ + //! An ID3v2 custom text identification frame implementationx + class UserTextIdentificationFrame : public TextIdentificationFrame { friend class FrameFactory;