* reverted some const changes in order to let g_slist_append work again
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@280 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -44,11 +44,11 @@ const int RAD_PRESS = 0x08;
|
||||
|
||||
struct SCommandInfo
|
||||
{
|
||||
const char* m_strCommand;
|
||||
char* m_strCommand;
|
||||
unsigned int m_nKey;
|
||||
unsigned int m_nModifiers;
|
||||
unsigned int m_nCommand;
|
||||
const char* m_strMenu;
|
||||
char* m_strMenu;
|
||||
};
|
||||
|
||||
struct SKeyInfo
|
||||
|
||||
Reference in New Issue
Block a user