diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h index 287faee..14a1ef6 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -369,7 +369,7 @@ struct language_defn used as the definition. */ virtual bool iterate_over_symbols (const struct block *block, const lookup_name_info &name, - domain_enum domain, + domain_search_flags domain, gdb::function_view<symbol_found_callback_ftype> callback) const { return ::iterate_over_symbols (block, name, domain, callback); |