summaryrefslogtreecommitdiff
path: root/src/tests/eo/access/access_simple.c
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-09-05 12:31:55 +0100
committerTom Hacohen <tom@stosb.com>2016-09-05 16:03:17 +0100
commita8ccb191c6cc9d1191306449b20aba1c8eee965a (patch)
treed7f8a5182ea6388d9afb3baa80eaef37caca4fcb /src/tests/eo/access/access_simple.c
parent4aae224ef5af35e920e0c5a2c23df9afbb33bb84 (diff)
downloadefl-a8ccb191c6cc9d1191306449b20aba1c8eee965a.tar.gz
Adjust the EFL to the Eo class_initilizer changes.
Diffstat (limited to 'src/tests/eo/access/access_simple.c')
-rw-r--r--src/tests/eo/access/access_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eo/access/access_simple.c b/src/tests/eo/access/access_simple.c
index 27550ce771..f29683447f 100644
--- a/src/tests/eo/access/access_simple.c
+++ b/src/tests/eo/access/access_simple.c
@@ -46,8 +46,8 @@ static const Efl_Class_Description class_desc = {
EO_VERSION,
"Simple",
EFL_CLASS_TYPE_REGULAR,
- EFL_CLASS_DESCRIPTION_OPS(op_descs),
sizeof(Private_Data),
+ _class_initializer,
NULL,
NULL
};