diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index f846669..9425a0e 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -676,7 +676,7 @@ extern struct value *value_struct_elt_bitpos (struct value **argp, const char *err); extern struct value *value_aggregate_elt (struct type *curtype, - char *name, + const char *name, struct type *expect_type, int want_address, enum noside noside); |