diff --git a/taglib/toolkit/tiostream.h b/taglib/toolkit/tiostream.h old mode 100644 new mode 100755 index 86826964..0fdb8ffc --- a/taglib/toolkit/tiostream.h +++ b/taglib/toolkit/tiostream.h @@ -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;