Index: src/libchcore/TPath.h =================================================================== diff -u -N -r3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529 -rb42450e5a25470c399e04cfbb7a368519aa455f2 --- src/libchcore/TPath.h (.../TPath.h) (revision 3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529) +++ src/libchcore/TPath.h (.../TPath.h) (revision b42450e5a25470c399e04cfbb7a368519aa455f2) @@ -51,7 +51,7 @@ public: TSmartPath(); TSmartPath(const tstring_t& strPath); - TSmartPath(const tchar_t* pszPath); + TSmartPath(const wchar_t* pszPath); TSmartPath(const TSmartPath& spPath); ~TSmartPath(); @@ -60,7 +60,7 @@ TSmartPath& operator=(const tstring_t& strPath); TSmartPath& operator=(const TSmartPath& spPath); - TSmartPath& operator=(const tchar_t* pszPath); + TSmartPath& operator=(const wchar_t* pszPath); bool operator==(const TSmartPath& rPath) const; bool operator<(const TSmartPath& rPath) const;