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