tests/TreeBuilder.vala
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 11:27:01 +0000 (19:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 11:27:01 +0000 (19:27 +0800)
tests/TreeBuilder.vala.c

tests/TreeBuilder.vala

index e011b34..bac2a17 100644 (file)
@@ -58,7 +58,7 @@ public class TreeBuilder : Vala.CodeVisitor {
 
                //register_source_file (source_package, source_file);
 
-               context.add_package ("glib-2.0");
+               context.add_external_package ("glib-2.0");
                
                //if (context.profile == Vala.Profile.GOBJECT) {
                        // import the GLib namespace by default (namespace of backend-specific standard library)