Index: src/libchcore/TBaseException.cpp =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -r8068e0c351055554340ac9755d1bc846893bf2b8 --- src/libchcore/TBaseException.cpp (.../TBaseException.cpp) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TBaseException.cpp (.../TBaseException.cpp) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) @@ -35,7 +35,7 @@ TBaseException::TBaseException(EGeneralErrors eErrorCode, const char* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) : m_eErrorCode(eErrorCode), - m_pszMsg(NULL), + m_pszMsg(nullptr), m_bDeleteMsg(false), m_pszFile(pszFile), m_stLineNumber(stLineNumber),