X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Spawn.vala;h=3ee3afe8f66ffd738dacc5b5b0dc262eb0b85833;hb=9b0ec931b3bb641930971d356b70d84ba8f383b8;hp=1ff51e88d106b62f67162a315197e04a49c9f9e9;hpb=9e641e366549656621a3e4fc4950b62c4b395650;p=gitlive 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) */