ecore: shut up const warning.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 16 Sep 2016 04:45:05 +0000 (21:45 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 16 Sep 2016 04:49:08 +0000 (21:49 -0700)
src/lib/ecore/efl_promise.c

index 498accb..09a2166 100644 (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)
      {