photocam: add missing EOLIAN prefix

This commit is contained in:
Amitesh Singh 2016-09-22 10:34:54 +05:30
parent f148296ed1
commit 834222d3a0
1 changed files with 1 additions and 1 deletions

View File

@ -2191,7 +2191,7 @@ _elm_photocam_gesture_enabled_get(Eo *obj EINA_UNUSED, Elm_Photocam_Data *sd)
return sd->do_gesture;
}
static void
EOLIAN static void
_elm_photocam_class_constructor(Efl_Class *klass)
{
evas_smart_legacy_type_register(MY_CLASS_NAME_LEGACY, klass);