diff options
Diffstat (limited to 'gdb/cp-support.c')
-rw-r--r-- | gdb/cp-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-support.c b/gdb/cp-support.c index 817de59..6045cb0 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1601,7 +1601,7 @@ first_component_command (const char *arg, int from_tty) /* Implement "info vtbl". */ static void -info_vtbl_command (char *arg, int from_tty) +info_vtbl_command (const char *arg, int from_tty) { struct value *value; |