Build fix.

This commit is contained in:
Michael Friedrich 2014-03-12 17:51:42 +01:00
parent 8fa711082c
commit 76001c70e3
1 changed files with 1 additions and 1 deletions

View File

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