diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 4a7a334..f2997df 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -3143,9 +3143,9 @@ value_maybe_namespace_elt (const struct type *curtype, struct symbol *sym; struct value *result; - sym = cp_lookup_symbol_namespace(namespace_name, name, + sym = cp_lookup_symbol_namespace (namespace_name, name, get_selected_block (0), - VAR_DOMAIN, 1); + VAR_DOMAIN); if (sym == NULL) return NULL; |