eldbus: use the const macros we have

clang warns about that, its rather harmless, but nicer.
This commit is contained in:
Marcel Hollerbach 2020-09-01 13:25:06 +02:00
parent 13a76dded0
commit 9fb91f4a9f
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ main(int argc, char **argv EINA_UNUSED)
if (efl_model_children_count_get(root))
eina_future_then(efl_model_children_slice_get(root, 0, efl_model_children_count_get(root)),
_slice, (uintptr_t) 0);
_slice, NULL);
ecore_main_loop_begin();
efl_del(root);