mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-22 11:51:22 +00:00
* 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:
parent
eef1ef4216
commit
babec56d56
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue