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 e3d6112..b79dd5c 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1422,7 +1422,7 @@ add_symbol_overload_list_qualified (const char *func_name, /* Lookup the rtti type for a class name. */ struct type * -cp_lookup_rtti_type (const char *name, struct block *block) +cp_lookup_rtti_type (const char *name, const struct block *block) { struct symbol * rtti_sym; struct type * rtti_type; |