setup: Make AddSectionLabel title parameter const
This commit is contained in:
parent
e0b005e61a
commit
f766714b81
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static void AddKeyControl(TXT_UNCAST_ARG(table), const char *name, int *var)
|
|||
TXT_SignalConnect(key_input, "set", KeySetCallback, var);
|
||||
}
|
||||
|
||||
static void AddSectionLabel(TXT_UNCAST_ARG(table), char *title,
|
||||
static void AddSectionLabel(TXT_UNCAST_ARG(table), const char *title,
|
||||
boolean add_space)
|
||||
{
|
||||
TXT_CAST_ARG(txt_table_t, table);
|
||||
|
|
|
|||
Loading…
Reference in a new issue