]> granicus.if.org Git - taglib/commitdiff
missing const
authorScott Wheeler <wheeler@kde.org>
Mon, 26 Jul 2004 13:44:59 +0000 (13:44 +0000)
committerScott Wheeler <wheeler@kde.org>
Mon, 26 Jul 2004 13:44:59 +0000 (13:44 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@332913 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/id3v2tag.cpp
mpeg/id3v2/id3v2tag.h

index 046db563a2d4bf729b8845335a8a197b57261e0f..7324a3f9e2929004909c39e9c804e8983e3e81db 100644 (file)
@@ -295,7 +295,7 @@ const FrameList &ID3v2::Tag::frameList() const
   return d->frameList;
 }
 
-const FrameList &ID3v2::Tag::frameList(const ByteVector &frameID)
+const FrameList &ID3v2::Tag::frameList(const ByteVector &frameID) const
 {
   return d->frameListMap[frameID];
 }
index 7308e11738e1e751c4236483d579f1bbfc5332c7..5606c9d9c29431de80db72d3165db79e3eee3aa5 100644 (file)
@@ -227,7 +227,7 @@ namespace TagLib {
        *
        * \see frameListMap()
        */
-      const FrameList &frameList(const ByteVector &frameID);
+      const FrameList &frameList(const ByteVector &frameID) const;
 
       /*!
        * Add a frame to the tag.  At this point the tag takes ownership of