summaryrefslogtreecommitdiff
path: root/src/sysExec.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-02-04 21:32:45 +0000
committerChristian Pointner <equinox@anytun.org>2010-02-04 21:32:45 +0000
commitd83412e9d4ff5a11eb128de5079c465a63709541 (patch)
tree7c1e83a2fe2c75556e9ec55d0f9917c987e4b62b /src/sysExec.h
parentfixed build on posix (diff)
some cleanup
Diffstat (limited to 'src/sysExec.h')
-rw-r--r--src/sysExec.h2
1 files changed, 1 insertions, 1 deletions
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_;