diff --git a/taglib/ebml/matroska/ebmlmatroskafile.cpp b/taglib/ebml/matroska/ebmlmatroskafile.cpp index 5325ca3a..397945fa 100644 --- a/taglib/ebml/matroska/ebmlmatroskafile.cpp +++ b/taglib/ebml/matroska/ebmlmatroskafile.cpp @@ -405,7 +405,7 @@ public: pm.insert(tagname, StringList(s)); document->d->tags.append( std::pair >(pm, - std::pair(0, ttv) + std::pair(static_cast(0), ttv) ) ); }