summaryrefslogtreecommitdiff
path: root/src/lib/elm_button.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_button.c')
-rw-r--r--src/lib/elm_button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_button.c b/src/lib/elm_button.c
index 2f8d879f1..718ef4df5 100644
--- a/src/lib/elm_button.c
+++ b/src/lib/elm_button.c
@@ -506,7 +506,7 @@ _elm_button_smart_focus_direction_manager_is(Eo *obj EINA_UNUSED, void *_pd EINA
}
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),