Constify some commands in cli-cmds.c
[deliverable/binutils-gdb.git] / gdb / cp-namespace.c
index 90ff51395433aec1f368c26e20a68699324e8616..214b7e1cf4e77aeacc2d22371a74b0e58ebd5c3e 100644 (file)
@@ -1078,7 +1078,7 @@ cp_lookup_transparent_type_loop (const char *name,
    obsolete.  */
 
 static void
-maintenance_cplus_namespace (char *args, int from_tty)
+maintenance_cplus_namespace (const char *args, int from_tty)
 {
   printf_unfiltered (_("The `maint namespace' command was removed.\n"));
 }
This page took 0.023968 seconds and 4 git commands to generate.