From 47ddbca63bb592fb29c8270ee22ea87c46e1874b Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sat, 7 Aug 2004 01:39:26 +0000 Subject: [PATCH] CVS_SILENT forgot a short description git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@336647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mpeg/id3v2/frames/textidentificationframe.h | 2 ++ 1 file changed, 2 insertions(+) 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;