hexen: Make MenuItem_t text member const
This commit is contained in:
parent
e822d5dfec
commit
7660e72fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ typedef enum
|
|||
typedef struct
|
||||
{
|
||||
ItemType_t type;
|
||||
char *text;
|
||||
const char *text;
|
||||
void (*func) (int option);
|
||||
int option;
|
||||
MenuType_t menu;
|
||||
|
|
|
|||
Loading…
Reference in a new issue