git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@332913
283d02a7-25f6-0310-bc7c-
ecb5cbfe19da
return d->frameList;
}
-const FrameList &ID3v2::Tag::frameList(const ByteVector &frameID)
+const FrameList &ID3v2::Tag::frameList(const ByteVector &frameID) const
{
return d->frameListMap[frameID];
}
*
* \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