From f6c23ac92cd92ea8f8e891b2532b03d3289f1dea Mon Sep 17 00:00:00 2001 From: Sebastian Rachuj Date: Sun, 28 Jul 2013 10:33:25 +0200 Subject: [PATCH] Probable fix for http://mail.kde.org/pipermail/taglib-devel/2013-July/002516.html --- taglib/ebml/matroska/ebmlmatroskafile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) ); }