diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 366ba30..8e9d545 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -318,7 +318,7 @@ set_cp_abi_cmd (char *args, int from_tty) static VEC (char_ptr) * cp_abi_completer (struct cmd_list_element *ignore, - char *text, char *word) + const char *text, const char *word) { static const char **cp_abi_names; |