mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Silence Initialization Order Warnings.
This commit is contained in:
parent
241465eaac
commit
451616f99a
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user