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