diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-win.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 685cf06..cbeff1f 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -348,7 +348,8 @@ tui_get_cmd_list (void) /* The set_func hook of "set tui ..." commands that affect the window borders on the TUI display. */ void -tui_set_var_cmd (char *null_args, int from_tty, struct cmd_list_element *c) +tui_set_var_cmd (const char *null_args, + int from_tty, struct cmd_list_element *c) { if (tui_update_variables () && tui_active) tui_rehighlight_all (); |