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