mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Probable fix for http://mail.kde.org/pipermail/taglib-devel/2013-July/002516.html
This commit is contained in:
parent
6d40cbc04f
commit
f6c23ac92c
@ -405,7 +405,7 @@ public:
|
||||
pm.insert(tagname, StringList(s));
|
||||
document->d->tags.append(
|
||||
std::pair<PropertyMap, std::pair<Element *, ulli> >(pm,
|
||||
std::pair<Element *, ulli>(0, ttv)
|
||||
std::pair<Element *, ulli>(static_cast<Element *>(0), ttv)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user