diff options
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r-- | gdb/d-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 5b0307d..6af5706 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -171,7 +171,7 @@ public: struct block_symbol lookup_symbol_nonlocal (const char *name, const struct block *block, - const domain_enum domain) const override + const domain_search_flags domain) const override { return d_lookup_symbol_nonlocal (this, name, block, domain); } |