From 338da94bea80a16c737117b614ace2f4bb4446a3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 4 Feb 2010 00:53:18 +0000 Subject: fixed build on posix some cleanup --- src/sysExec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sysExec.h') diff --git a/src/sysExec.h b/src/sysExec.h index 28e6d23..02ac00e 100644 --- a/src/sysExec.h +++ b/src/sysExec.h @@ -60,7 +60,7 @@ class SysExec void doExec(std::string const& script, StringVector const& args, StringList const& env); std::string script_; - + bool closed_; #ifdef _MSC_VER PROCESS_INFORMATION process_info_; DWORD return_code_; @@ -69,7 +69,7 @@ class SysExec int pipefd_; int return_code_; #endif - bool closed_; + }; -- cgit v1.2.3