diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 1a97fb7..696f214 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -104,7 +104,8 @@ show_demangling_style_names(struct ui_file *file, int from_tty, a malloc'd string, even if it is a null-string. */ static void -set_demangling_command (char *ignore, int from_tty, struct cmd_list_element *c) +set_demangling_command (const char *ignore, + int from_tty, struct cmd_list_element *c) { const struct demangler_engine *dem; int i; |