summaryrefslogtreecommitdiff
path: root/src/sysExec.h
diff options
context:
space:
mode:
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 7aada56..268384a 100644
--- a/src/sysExec.h
+++ b/src/sysExec.h
@@ -54,7 +54,7 @@ class SysExec
int waitForScript();
int getReturnCode() const;
- static void waitAndDestroy(SysExec** s);
+ static void waitAndDestroy(SysExec*& s);
private:
void doExec(std::string const& script, StringVector const& args, StringList const& env);