textscreen: Make help_url member const in txt_window_s
This commit is contained in:
parent
592edc0d87
commit
232c968ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue