Spawn.vala
[gitlive] / Spawn.vala
index a51df29..49c71ee 100644 (file)
@@ -385,7 +385,7 @@ public class Spawn : Object
      * @arg giochannel to read from.
      * @returns none
      */
-    private boolean read(ch) 
+    private boolean read(IOChannel ch) 
     {
         var prop = ch == this.out_ch ? 'output' : 'stderr';
        // print("prop: " + prop);