mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Silence Initialization Order Warnings.
This commit is contained in:
2
taglib/toolkit/tiostream.h
Normal file → Executable file
2
taglib/toolkit/tiostream.h
Normal file → Executable file
@ -50,8 +50,8 @@ namespace TagLib {
|
||||
String toString() const;
|
||||
|
||||
private:
|
||||
const std::string m_name;
|
||||
const std::wstring m_wname;
|
||||
const std::string m_name;
|
||||
};
|
||||
#else
|
||||
typedef const char *FileName;
|
||||
|
Reference in New Issue
Block a user