Palete/Gir.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 7 Jun 2014 15:45:15 +0000 (23:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 7 Jun 2014 15:45:15 +0000 (23:45 +0800)
Palete/Gir.vala

index d5d7621..fd894a2 100644 (file)
@@ -69,7 +69,7 @@ namespace Palete {
                        this.inherits  = new GLib.List<string>();
             this.includes   = new Gee.HashMap<string,string>();
             
-            this.params = new GLib.List<string,GirObject>();
+            this.params = new GLib.List<GirObject>();
             this.ctors      = new Gee.HashMap<string,GirObject>();
             this.methods    =new Gee.HashMap<string,GirObject>();