mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
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:
parent
f9c5ecaf53
commit
2d06d23ec6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user