setup: Make ServerQueryWindow title parameter const
This commit is contained in:
parent
94f59664ca
commit
fa22df1349
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ static void QueryWindowClosed(TXT_UNCAST_ARG(window), void *unused)
|
|||
TXT_SetPeriodicCallback(NULL, NULL, 0);
|
||||
}
|
||||
|
||||
static void ServerQueryWindow(char *title)
|
||||
static void ServerQueryWindow(const char *title)
|
||||
{
|
||||
txt_table_t *results_table;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue