Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Wed, 4 Jun 2014 12:10:40 +0000 (20:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Jun 2014 12:10:40 +0000 (20:10 +0800)
Palete/Gir.vala

index cd3cf4a..db21bb4 100644 (file)
@@ -80,8 +80,8 @@ namespace Palete {
                        pcls.overlayParent(gir);
                        this.copyFrom(pcls,false);
                        for(var i=0; i < this.implements.length(); i++) {
-                               pcls = this.parentClass(this.implements.nth_data(i));
-                               this.copyFrom(pcls,true);
+                               var picls = this.parentClass(this.implements.nth_data(i));
+                               this.copyFrom(picls,true);
                        }