mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 17:04:28 -04:00
Fixed a wrong default parameter of String::ctor()
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user