Index: src/libchcore/TPath.cpp =================================================================== diff -u -N -r3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529 -rb42450e5a25470c399e04cfbb7a368519aa455f2 --- src/libchcore/TPath.cpp (.../TPath.cpp) (revision 3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529) +++ src/libchcore/TPath.cpp (.../TPath.cpp) (revision b42450e5a25470c399e04cfbb7a368519aa455f2) @@ -142,7 +142,7 @@ /// @brief Constructs a path object from string. /// @param[in] pszPath - string with path. // ============================================================================ -TSmartPath::TSmartPath(const tchar_t* pszPath) : +TSmartPath::TSmartPath(const wchar_t* pszPath) : m_pPath(NULL) { m_pPath = TPath::New(); @@ -215,7 +215,7 @@ /// @param[in] strPath - string containing a path. /// @return Reference to this object. // ============================================================================ -TSmartPath& TSmartPath::operator=(const tchar_t* pszPath) +TSmartPath& TSmartPath::operator=(const wchar_t* pszPath) { PrepareToWrite(); m_pPath->m_strPath = pszPath; @@ -523,7 +523,6 @@ // ============================================================================ TPathContainer::~TPathContainer() { - } // ============================================================================