Fixed a wrong default parameter of String::ctor()

This commit is contained in:
Tsuda Kageyu 2013-11-15 15:19:20 +09:00
parent 57d12de7dd
commit 88d55057fc

View File

@ -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);
/*!