summaryrefslogtreecommitdiff
path: root/src/tests/constructors/simple2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/constructors/simple2.c')
-rw-r--r--src/tests/constructors/simple2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/constructors/simple2.c b/src/tests/constructors/simple2.c
index 9effd91..65c9252 100644
--- a/src/tests/constructors/simple2.c
+++ b/src/tests/constructors/simple2.c
@@ -26,6 +26,7 @@ _class_constructor(Eo_Class *klass)
}
static const Eo_Class_Description class_desc = {
+ EO_VERSION,
"Simple2",
EO_CLASS_TYPE_REGULAR,
EO_CLASS_DESCRIPTION_OPS(NULL, NULL, 0),