diff --git a/src/lib/eo/eo2_base_class.c b/src/lib/eo/eo2_base_class.c index 55ef48ebc6..35a21b69da 100644 --- a/src/lib/eo/eo2_base_class.c +++ b/src/lib/eo/eo2_base_class.c @@ -949,7 +949,7 @@ _class_constructor(Eo_Class *klass EINA_UNUSED) event_freeze_count = 0; } -Eo2_Op_Description op_descs [] = { +static Eo2_Op_Description op_descs [] = { EO2_OP_FUNC(_constructor, eo2_constructor, "Constructor."), EO2_OP_FUNC(_destructor, eo2_destructor, "Destructor."), EO2_OP_FUNC(_parent_set, eo2_parent_set, "Set parent."),