Index: src/libchengine/TFileException.cpp =================================================================== diff -u -N -r0d5b67ee96b435d63f7bf075dc8e28603793b187 -r33b33baa373533d0cff8ea5d25154b370f2b2e05 --- src/libchengine/TFileException.cpp (.../TFileException.cpp) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) +++ src/libchengine/TFileException.cpp (.../TFileException.cpp) (revision 33b33baa373533d0cff8ea5d25154b370f2b2e05) @@ -21,7 +21,7 @@ namespace chengine { - TFileException::TFileException(chcore::EGeneralErrors eErrorCode, DWORD dwNativeErrorCode, const chcore::TSmartPath& path, wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) : + TFileException::TFileException(chcore::EGeneralErrors eErrorCode, DWORD dwNativeErrorCode, const chcore::TSmartPath& path, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) : TCoreException(eErrorCode, pszMsg, pszFile, stLineNumber, pszFunction), m_dwNativeErrorCode(dwNativeErrorCode), m_path(path)