ecore: fix build by having proper parameters order.

This commit is contained in:
Cedric BAIL 2018-12-20 14:07:19 -08:00
parent 9b5155c9f1
commit 166d5e4767
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ _efl_exe_efl_task_run(Eo *obj EINA_UNUSED, Efl_Exe_Data *pd)
EFL_LOOP_HANDLER_FLAGS_READ));
_ecore_signal_pid_unlock();
pd->run = EINA_TRUE;
pd->promise = efl_loop_promise_new(obj, _run_cancel_cb, obj);
pd->promise = efl_loop_promise_new(obj, obj, _run_cancel_cb, NULL);
return efl_future_then(obj, eina_future_new(pd->promise));
}
// this code is in the child here, and is temporary setup until we