From cf2075ec2f89789972058ec96a5d4f1bbb1f0c53 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 16 Feb 2010 22:09:15 +0000 Subject: malloc/free vs new at posix sysexec --- src/win32/sysExec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32') diff --git a/src/win32/sysExec.hpp b/src/win32/sysExec.hpp index eba26f4..ed5be01 100644 --- a/src/win32/sysExec.hpp +++ b/src/win32/sysExec.hpp @@ -67,7 +67,7 @@ bool endsWith(std::string const& string, std::string const& suffix) { return string.find(suffix, string.size() - suffix.size()) != std::string::npos; } -void SysExec::doExec(StringVector const& args, StringList const& env) +void SysExec::doExec(StringVector args, StringList env) { std::vector arguments; -- cgit v1.2.3