]> granicus.if.org Git - taglib/commitdiff
Missing class name on the method declaration. I'm sure this caused some
authorScott Wheeler <wheeler@kde.org>
Wed, 23 Nov 2005 10:27:33 +0000 (10:27 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 23 Nov 2005 10:27:33 +0000 (10:27 +0000)
fun symbol conflicts...

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@482539 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/frames/textidentificationframe.cpp

index ee213787535c8f5dff7df01a07dd9f428b1ba432..809532c2ef40bcfd30e066c0bacee933def3b165 100644 (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) {