mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Fixed a wrong default parameter of String::ctor()
This commit is contained in:
parent
57d12de7dd
commit
88d55057fc
@ -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);
|
||||
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user