eolian: actually these should be marked EAPI

This commit is contained in:
Daniel Kolesa 2015-04-28 14:18:57 +01:00
parent 9141298792
commit da3684b9bc
1 changed files with 1 additions and 1 deletions

View 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\
";