summaryrefslogtreecommitdiff
path: root/src/lib/elm_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_notify.c')
-rw-r--r--src/lib/elm_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index 26fb7933c..8dab2ae13 100644
--- a/src/lib/elm_notify.c
+++ b/src/lib/elm_notify.c
@@ -797,7 +797,7 @@ _align_get(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
}
static void
-_class_constructor(Eo_Class *klass)
+_class_constructor(Eo *klass)
{
const Eo_Op_Func_Description func_desc[] = {
EO_OP_FUNC(EO_BASE_ID(EO_BASE_SUB_ID_CONSTRUCTOR), _constructor),