]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/demangle.c
Constify add_setshow_*
[thirdparty/binutils-gdb.git] / gdb / demangle.c
index 1a97fb7f281ef1e9a3c2109f64a01295264010e6..696f2141fc67a4fb13c0232c3ced1548968d5cbb 100644 (file)
@@ -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;