ecore: shut up const warning.

This commit is contained in:
Cedric Bail 2016-09-15 21:45:05 -07:00
parent b421414e55
commit f8fd97cd02
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ _progress(void *data, const Efl_Event *ev)
unsigned int i;
a.inprogress = ev->object;
a.progress = p->progress;
a.progress = (Efl_Object *) p->progress;
EINA_ARRAY_ITER_NEXT(&all->members, i, item, iterator)
{