Silence Initialization Order Warnings.

This commit is contained in:
Festus Hagen 2013-06-11 17:20:46 -04:00
parent 241465eaac
commit 451616f99a

2
taglib/toolkit/tiostream.h Normal file → Executable file
View 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;