setup: Make ServerQueryWindow title parameter const

This commit is contained in:
Turo Lamminen 2019-01-22 19:11:14 +02:00
parent 94f59664ca
commit fa22df1349

View file

@ -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;