From 7fc4efc7a0216aeb68b0639fb3f4d839b359e250 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 12 Jan 2010 21:58:24 +0000 Subject: references are better than pointer ;) --- 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 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); -- cgit v1.2.3