aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r--gdb/c-lang.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c
index ce711c4..cc33aad 100644
--- a/gdb/c-lang.c
+++ b/gdb/c-lang.c
@@ -935,9 +935,11 @@ public:
}
/* See language.h. */
- struct type *lookup_transparent_type (const char *name) const override
+ struct type *lookup_transparent_type (const char *name,
+ domain_search_flags flags)
+ const override
{
- return cp_lookup_transparent_type (name);
+ return cp_lookup_transparent_type (name, flags);
}
/* See language.h. */