From 1be868b5b766f760a1f1d8b58be9312d2d3aa1d3 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 9 May 2004 17:54:40 +0000 Subject: [PATCH] CVS_SILENT docs fix git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@309805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mpeg/id3v2/id3v2tag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpeg/id3v2/id3v2tag.h b/mpeg/id3v2/id3v2tag.h index 29cc5e3c..10209f5f 100644 --- a/mpeg/id3v2/id3v2tag.h +++ b/mpeg/id3v2/id3v2tag.h @@ -169,7 +169,7 @@ namespace TagLib { Footer *footer() const; /*! - * Returns a pointer to the frame list map. This is an FrameListMap of + * Returns a reference to the frame list map. This is an FrameListMap of * all of the frames in the tag. * * \warning You should not modify this data structure directly, instead @@ -178,7 +178,7 @@ namespace TagLib { const FrameListMap &frameListMap() const; /*! - * Returns a pointer to the frame list. This is an FrameList of all of + * Returns a reference to the frame list. This is an FrameList of all of * the frames in the tag in the order that they were parsed. * * \warning You should not modify this data structure directly, instead