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