X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Spawn.vala;h=3ee3afe8f66ffd738dacc5b5b0dc262eb0b85833;hp=1ff51e88d106b62f67162a315197e04a49c9f9e9;hb=cf448ce21966e7b9fe9ca9e8894a4d53871aead4;hpb=9e641e366549656621a3e4fc4950b62c4b395650 diff --git a/Spawn.vala b/Spawn.vala index 1ff51e88..3ee3afe8 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -173,7 +173,7 @@ public class Spawn : Object /** * @property result {Number} execution result. */ - int result= 0; + public int result= 0; /** * @property pid {Number} pid of child process (of false if it's not running) */