src/Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:38:30 +0000 (14:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:38:30 +0000 (14:38 +0800)
src/Palete/Gir.vala

index 559008d..0dc46f6 100644 (file)
@@ -41,7 +41,13 @@ namespace Palete {
     
                public static  Gee.HashMap<string,Gir> cache = null;
                //Gee.Hashmap<string,what> nodes;
-
+               
+               public Gir (string ns)
+               {
+                       base("Package",ns);
+               }
+               
+               
 
                
                public static Gir?  factory(string ns) {
@@ -143,11 +149,6 @@ namespace Palete {
                }
 
 
-               public Gir (string ns)
-               {
-                       base("Package",ns);
-               }
-