Index: src/ch/AppHelper.h =================================================================== diff -u -r541304f4e098b4c7617b718287ab40646d5deb92 -rf102f95617e81f56adbed6403e42602ea8c509b5 --- src/ch/AppHelper.h (.../AppHelper.h) (revision 541304f4e098b4c7617b718287ab40646d5deb92) +++ src/ch/AppHelper.h (.../AppHelper.h) (revision f102f95617e81f56adbed6403e42602ea8c509b5) @@ -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; };