diff --git a/legacy/eobj/examples/function_overrides/simple.c b/legacy/eobj/examples/function_overrides/simple.c index 2274d28216..52ca72e5d1 100644 --- a/legacy/eobj/examples/function_overrides/simple.c +++ b/legacy/eobj/examples/function_overrides/simple.c @@ -44,6 +44,7 @@ simple_class_get(void) static const Eobj_Op_Description op_desc[] = { EOBJ_OP_DESCRIPTION(SIMPLE_SUB_ID_A_SET, "i", "Set property A"), + EOBJ_OP_DESCRIPTION(SIMPLE_SUB_ID_A_PRINT, "", "Print property A"), EOBJ_OP_DESCRIPTION_SENTINEL }; diff --git a/legacy/eobj/tests/class_simple.c b/legacy/eobj/tests/class_simple.c index 054081a704..3a48708b61 100644 --- a/legacy/eobj/tests/class_simple.c +++ b/legacy/eobj/tests/class_simple.c @@ -44,6 +44,7 @@ simple_class_get(void) static const Eobj_Op_Description op_desc[] = { EOBJ_OP_DESCRIPTION(SIMPLE_SUB_ID_A_SET, "i", "Set property A"), + EOBJ_OP_DESCRIPTION(SIMPLE_SUB_ID_A_PRINT, "", "Print property A"), EOBJ_OP_DESCRIPTION_SENTINEL };