Missing class name on the method declaration. I'm sure this caused some

fun symbol conflicts...


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@482539 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2005-11-23 10:27:33 +00:00
parent f9c5ecaf53
commit 2d06d23ec6

View File

@ -223,7 +223,7 @@ void UserTextIdentificationFrame::setDescription(const String &s)
TextIdentificationFrame::setText(l);
}
UserTextIdentificationFrame *find(ID3v2::Tag *tag, const String &description) // static
UserTextIdentificationFrame *UserTextIdentificationFrame::find(ID3v2::Tag *tag, const String &description) // static
{
FrameList l = tag->frameList("TXXX");
for(FrameList::Iterator it = l.begin(); it != l.end(); ++it) {