eolian: actually these should be marked EAPI
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Tue, 28 Apr 2015 13:18:57 +0000 (14:18 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Tue, 28 Apr 2015 13:18:57 +0000 (14:18 +0100)
src/bin/eolian/eo_generator.c

index 8dfcfe5..cb57fe8 100644 (file)
@@ -53,7 +53,7 @@ static const char
 tmpl_eo_obj_header[] = "\
 #define @#CLASS_@#CLASSTYPE @#klasstype_get()\n\
 \n\
-EOAPI const Eo_Class *@#klasstype_get(void) EINA_CONST;\n\
+EAPI const Eo_Class *@#klasstype_get(void) EINA_CONST;\n\
 \n\
 ";