diff options
Diffstat (limited to 'gdb/cp-namespace.c')
-rw-r--r-- | gdb/cp-namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index c1d7a8d..0e70adf 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -94,7 +94,7 @@ cp_scan_for_anonymous_namespaces (const struct symbol *const symbol, namespace given by the previous component if there is one, or to the global namespace if there isn't. */ std::vector<const char *> excludes; - add_using_directive (&local_using_directives, + add_using_directive (get_local_using_directives (), dest, src, NULL, NULL, excludes, 1, &objfile->objfile_obstack); } |