From d83412e9d4ff5a11eb128de5079c465a63709541 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 4 Feb 2010 21:32:45 +0000 Subject: some cleanup --- src/sysExec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysExec.h') diff --git a/src/sysExec.h b/src/sysExec.h index 02ac00e..6d0724e 100644 --- a/src/sysExec.h +++ b/src/sysExec.h @@ -57,7 +57,7 @@ class SysExec static void waitAndDestroy(SysExec*& s); private: - void doExec(std::string const& script, StringVector const& args, StringList const& env); + void doExec(StringVector const& args, StringList const& env); std::string script_; bool closed_; -- cgit v1.2.3