diff options
Diffstat (limited to 'src/tests/access/simple.c')
-rw-r--r-- | src/tests/access/simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/access/simple.c b/src/tests/access/simple.c index 12cb082..64484be 100644 --- a/src/tests/access/simple.c +++ b/src/tests/access/simple.c @@ -52,6 +52,7 @@ static const Eo_Event_Description *event_desc[] = { }; static const Eo_Class_Description class_desc = { + EO_VERSION, "Simple", EO_CLASS_TYPE_REGULAR, EO_CLASS_DESCRIPTION_OPS(&SIMPLE_BASE_ID, op_desc, SIMPLE_SUB_ID_LAST), |