projects
/
taglib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c5eca
)
Missing class name on the method declaration. I'm sure this caused some
author
Scott Wheeler
<wheeler@kde.org>
Wed, 23 Nov 2005 10:27:33 +0000
(10:27 +0000)
committer
Scott 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
patch
|
blob
|
history
diff --git
a/mpeg/id3v2/frames/textidentificationframe.cpp
b/mpeg/id3v2/frames/textidentificationframe.cpp
index ee213787535c8f5dff7df01a07dd9f428b1ba432..809532c2ef40bcfd30e066c0bacee933def3b165 100644
(file)
--- a/
mpeg/id3v2/frames/textidentificationframe.cpp
+++ b/
mpeg/id3v2/frames/textidentificationframe.cpp
@@
-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) {