Eo: added a version field to the class description.
[profile/ivi/eobj.git] / src / tests / constructors / simple5.c
index 098a168..5fc8378 100644 (file)
@@ -24,6 +24,7 @@ _class_constructor(Eo_Class *klass)
 }
 
 static const Eo_Class_Description class_desc = {
+     EO_VERSION,
      "Simple5",
      EO_CLASS_TYPE_REGULAR,
      EO_CLASS_DESCRIPTION_OPS(NULL, NULL, 0),