Index: src/libchengine/TFileException.h =================================================================== diff -u -N -r0d5b67ee96b435d63f7bf075dc8e28603793b187 -rf102f95617e81f56adbed6403e42602ea8c509b5 --- src/libchengine/TFileException.h (.../TFileException.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) +++ src/libchengine/TFileException.h (.../TFileException.h) (revision f102f95617e81f56adbed6403e42602ea8c509b5) @@ -28,7 +28,7 @@ class LIBCHENGINE_API TFileException : public chcore::TCoreException { public: - TFileException(chcore::EGeneralErrors eErrorCode, DWORD dwNativeErrorCode, const chcore::TSmartPath& path, wchar_t* pszMsg, + 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); void GetErrorInfo(wchar_t* pszBuffer, size_t stMaxBuffer) const override;