Index: src/libchcore/TCoreException.h =================================================================== diff -u -N -r09d769045d1d5c45d8df16d209c754b872348c26 -rbfc7a8378a96c5b58def559b343918fca32f05a6 --- src/libchcore/TCoreException.h (.../TCoreException.h) (revision 09d769045d1d5c45d8df16d209c754b872348c26) +++ src/libchcore/TCoreException.h (.../TCoreException.h) (revision bfc7a8378a96c5b58def559b343918fca32f05a6) @@ -32,11 +32,11 @@ namespace chcore { - class LIBCHCORE_API TCoreException : public TBaseException { public: - using TBaseException::TBaseException; + TCoreException(EGeneralErrors eErrorCode, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction); + TCoreException(EGeneralErrors eErrorCode, const char* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction); }; }