summaryrefslogtreecommitdiff
path: root/src/tests/eolian_cxx/a.c
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-03-01 18:06:28 +0000
committerTom Hacohen <tom@stosb.com>2016-03-03 09:58:08 +0000
commitf21ade6123b9053fca8d1632644c48525a99d6e0 (patch)
treec5eb0445f471d21365a7a5a7b0ec7d279c11b398 /src/tests/eolian_cxx/a.c
parent3faf3f3fc68a839f06b311c35ba020cb25e7c9c4 (diff)
downloadefl-f21ade6123b9053fca8d1632644c48525a99d6e0.tar.gz
Automatic migration to Eo4.
I just ran my script (email to follow) to migrate all of the EFL automatically. This commit is *only* the automatic conversion, so it can be easily reverted and re-run.
Diffstat (limited to 'src/tests/eolian_cxx/a.c')
-rw-r--r--src/tests/eolian_cxx/a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eolian_cxx/a.c b/src/tests/eolian_cxx/a.c
index 067639f7de..76b0278589 100644
--- a/src/tests/eolian_cxx/a.c
+++ b/src/tests/eolian_cxx/a.c
@@ -16,7 +16,7 @@ typedef struct _A_Data A_Data;
static Eo *_a_eo_base_constructor(Eo *obj EINA_UNUSED, A_Data *pd EINA_UNUSED)
{
- return eo_do_super_ret(obj, MY_CLASS, obj, eo_constructor());
+ return eo_constructor(eo_super(obj, MY_CLASS));
}
#include "a.eo.c"