]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
* reverted some const changes in order to let g_slist_append work again
authormattn <mattn>
Thu, 26 Jun 2008 13:53:24 +0000 (13:53 +0000)
committermattn <mattn>
Thu, 26 Jun 2008 13:53:24 +0000 (13:53 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@280 8a3a26a2-13c4-0310-b231-cf6edde360e5

radiant/mainframe.h

index 2ddde05b958ebe7cef2473c0df264d7578c61b65..3d7d1468fa5beb5d04e3523c32f19c329a701c4e 100644 (file)
@@ -44,11 +44,11 @@ const int RAD_PRESS   = 0x08;
 
 struct SCommandInfo
 {
 
 struct SCommandInfo
 {
-  const char* m_strCommand;
+  char* m_strCommand;
   unsigned int   m_nKey;
   unsigned int   m_nModifiers;
   unsigned int m_nCommand;
   unsigned int   m_nKey;
   unsigned int   m_nModifiers;
   unsigned int m_nCommand;
-  const char* m_strMenu;
+  char* m_strMenu;
 };
 
 struct SKeyInfo
 };
 
 struct SKeyInfo