examples: fix function signature for edje color class example

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9303
This commit is contained in:
Mike Blumenkrantz 2019-07-15 09:51:01 -04:00 committed by Christopher Michael
parent 2e4c928d81
commit 43993fd7fc
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ _canvas_resize_cb(Ecore_Evas *_ee)
}
static void
_color_class_callback_delete(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
_color_class_callback_delete(void *data, Evas_Object *obj EINA_UNUSED,
const char *emission, void *source EINA_UNUSED)
{
if (!strcmp(data, "process"))