Index: src/ch/AppHelper.h =================================================================== diff -u -N -r541304f4e098b4c7617b718287ab40646d5deb92 -r33b33baa373533d0cff8ea5d25154b370f2b2e05 --- src/ch/AppHelper.h (.../AppHelper.h) (revision 541304f4e098b4c7617b718287ab40646d5deb92) +++ src/ch/AppHelper.h (.../AppHelper.h) (revision 33b33baa373533d0cff8ea5d25154b370f2b2e05) @@ -57,9 +57,9 @@ TPathProcessor m_pathProcessor; TCHAR* m_pszProgramName; // name of this program (ie. CH.exe) - TCHAR* m_pszAppName; // app-name string of this app - TCHAR* m_pszAppNameVer; // extended app-name-with small version - TCHAR* m_pszAppVersion; // app-version string of this app (VERSION based) + const TCHAR* m_pszAppName; // app-name string of this app + const TCHAR* m_pszAppNameVer; // extended app-name-with small version + const TCHAR* m_pszAppVersion; // app-version string of this app (VERSION based) boost::optional m_optPortableMode; };