diff --git a/src/lib/elementary/efl_ui_clock_private.h b/src/lib/elementary/efl_ui_clock_private.h index 976fbbdbab..94c9d702e7 100644 --- a/src/lib/elementary/efl_ui_clock_private.h +++ b/src/lib/elementary/efl_ui_clock_private.h @@ -124,7 +124,7 @@ struct _Format_Map } #define EFL_UI_CLOCK_CHECK(obj) \ - if (EINA_UNLIKELY(!eo_isa((obj), EFL_UI_CLOCK_CLASS))) \ + if (EINA_UNLIKELY(!efl_isa((obj), EFL_UI_CLOCK_CLASS))) \ return #endif