From: Michael Friedrich Date: Wed, 12 Mar 2014 16:51:42 +0000 (+0100) Subject: Build fix. X-Git-Tag: v0.0.9~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76001c70e3a983d5b8f29816984c6d14566bedb2;p=icinga2 Build fix. --- diff --git a/lib/base/process-windows.cpp b/lib/base/process-windows.cpp index f2f9ed974..09fb5db7a 100644 --- a/lib/base/process-windows.cpp +++ b/lib/base/process-windows.cpp @@ -26,7 +26,7 @@ void Process::Run(const boost::function& callback) { // TODO: implement ProcessResult; - callback(pr); + callback(); } #endif /* _WIN32 */