diff options
Diffstat (limited to 'gdb/cp-valprint.c')
-rw-r--r-- | gdb/cp-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index 56aeaed..8b7d868e 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -502,7 +502,7 @@ cp_print_static_field (struct type *type, field number. If OFFSET is not exactly at the start of some field, set *DOMAIN to NULL. */ -void +static void cp_find_class_member (struct type **domain_p, int *fieldno, LONGEST offset) { |