* 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:
mattn 2008-06-26 13:53:24 +00:00
parent eef1ef4216
commit babec56d56

View 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_nKey;
unsigned int m_nModifiers; unsigned int m_nModifiers;
unsigned int m_nCommand; unsigned int m_nCommand;
const char* m_strMenu; char* m_strMenu;
}; };
struct SKeyInfo struct SKeyInfo