Move the using directives to buildsym_compunit
[deliverable/binutils-gdb.git] / gdb / cp-namespace.c
index c1d7a8db7d1e6e8c8c39ce5b74cdf646ebbe549d..0e70adf6e40f2719e1a1b80315938597f95531b1 100644 (file)
@@ -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);
            }
This page took 0.085223 seconds and 4 git commands to generate.