Index: src/libchcore/TStringException.h =================================================================== diff -u -N -r8d3154738b885f2e01997071e6180da0c4b8cc7c -r4fe995b304ea342b50293f92d3c1992b43b820f7 --- src/libchcore/TStringException.h (.../TStringException.h) (revision 8d3154738b885f2e01997071e6180da0c4b8cc7c) +++ src/libchcore/TStringException.h (.../TStringException.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) @@ -30,9 +30,7 @@ public: TStringException(EGeneralErrors eErrorCode, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction); TStringException(EGeneralErrors eErrorCode, const char* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction); - - private: - TStringException(); + TStringException() = delete; }; }