textscreen: Make help_url member const in txt_window_s

This commit is contained in:
Turo Lamminen 2018-03-13 19:33:06 +02:00
parent 592edc0d87
commit 232c968ed9

View file

@ -88,7 +88,7 @@ struct txt_window_s
// URL of a webpage with help about this window. If set, a help key
// indicator is shown while this window is active.
char *help_url;
const char *help_url;
};
/**