From 88d55057fcb11393315096d22e676484e0440ebd Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 15 Nov 2013 15:19:20 +0900 Subject: [PATCH] Fixed a wrong default parameter of String::ctor() --- taglib/toolkit/tstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 32860e19..e0ab0076 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -148,7 +148,7 @@ namespace TagLib { /*! * Makes a deep copy of the data in \a c. */ - String(wchar_t c, Type t = Latin1); + String(wchar_t c, Type t = WCharByteOrder); /*!