Index: src/libchcore/TCoreStdException.cpp =================================================================== diff -u -N -r8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/libchcore/TCoreStdException.cpp (.../TCoreStdException.cpp) (revision 8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6) +++ src/libchcore/TCoreStdException.cpp (.../TCoreStdException.cpp) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -32,7 +32,7 @@ /// @param[in] stLineNumber - source line number /// @param[in] pszFunction - function name in which the problem occurred. // ============================================================================ - TCoreStdException::TCoreStdException(EGeneralErrors eErrorCode, std::exception& stdException, const tchar_t* pszFile, size_t stLineNumber, const tchar_t* pszFunction) : + TCoreStdException::TCoreStdException(EGeneralErrors eErrorCode, std::exception& stdException, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) : TCoreException(eErrorCode, stdException.what(), pszFile, stLineNumber, pszFunction) { }