Eo: Removed the const op concept.
[profile/ivi/eobj.git] / src / examples / simple / interface.c
index 763316a..52ef1d3 100644 (file)
@@ -8,7 +8,7 @@ EAPI Eo_Op INTERFACE_BASE_ID = 0;
 #define MY_CLASS INTERFACE_CLASS
 
 static const Eo_Op_Description op_desc[] = {
-     EO_OP_DESCRIPTION_CONST(INTERFACE_SUB_ID_A_POWER_3_GET, "Get the a^3"),
+     EO_OP_DESCRIPTION(INTERFACE_SUB_ID_A_POWER_3_GET, "Get the a^3"),
      EO_OP_DESCRIPTION_SENTINEL
 };