ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=366b24726cda20827a6c3df4fa083d58079a71ef

commit 366b24726cda20827a6c3df4fa083d58079a71ef
Author: Amitesh Singh <[email protected]>
Date:   Thu Jun 30 10:41:40 2016 +0530

    photocam: add missing EOLIAN prefix
---
 src/lib/elementary/elm_photocam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_photocam.c 
b/src/lib/elementary/elm_photocam.c
index ca0f386..5f6393d 100644
--- a/src/lib/elementary/elm_photocam.c
+++ b/src/lib/elementary/elm_photocam.c
@@ -420,7 +420,7 @@ _elm_photocam_pan_eo_base_destructor(Eo *obj, 
Elm_Photocam_Pan_Data *psd)
    eo_destructor(eo_super(obj, MY_PAN_CLASS));
 }
 
-static void
+EOLIAN static void
 _elm_photocam_pan_class_constructor(Eo_Class *klass)
 {
    evas_smart_legacy_type_register(MY_PAN_CLASS_NAME_LEGACY, klass);

-- 


Reply via email to