missing const

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@332913 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2004-07-26 13:44:59 +00:00
parent 2025c4e9e5
commit 1ad5582391
2 changed files with 2 additions and 2 deletions

View 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];
}

View 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