Build fix.

This commit is contained in:
Michael Friedrich 2014-03-12 17:51:42 +01:00
parent 8fa711082c
commit 76001c70e3

View File

@ -26,7 +26,7 @@ void Process::Run(const boost::function<void (const ProcessResult&)>& callback)
{ {
// TODO: implement // TODO: implement
ProcessResult; ProcessResult;
callback(pr); callback();
} }
#endif /* _WIN32 */ #endif /* _WIN32 */