aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/ada-imported.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/ada-imported.c')
-rw-r--r--gdb/dwarf2/ada-imported.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/ada-imported.c b/gdb/dwarf2/ada-imported.c
index 1a0bc1d..065e2b9 100644
--- a/gdb/dwarf2/ada-imported.c
+++ b/gdb/dwarf2/ada-imported.c
@@ -32,7 +32,7 @@ get_imported_name (const struct symbol *sym)
/* Implement the read_variable method from symbol_computed_ops. */
static struct value *
-ada_imported_read_variable (struct symbol *symbol, frame_info_ptr frame)
+ada_imported_read_variable (struct symbol *symbol, const frame_info_ptr &frame)
{
const char *name = get_imported_name (symbol);
bound_minimal_symbol minsym = lookup_minimal_symbol_linkage (name, false);