Eo: Removed EINA_CONST.
[profile/ivi/eobj.git] / src / tests / access / inherit.h
index dda9a07..26fa9d9 100644 (file)
@@ -15,6 +15,6 @@ enum {
 #define inherit_prot_print() INHERIT_ID(INHERIT_SUB_ID_PROT_PRINT)
 
 #define INHERIT_CLASS inherit_class_get()
-const Eo_Class *inherit_class_get(void) EINA_CONST;
+const Eo_Class *inherit_class_get(void);
 
 #endif