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

index b906c78..d59d5f1 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>();