summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-11-07 17:59:02 +0000
committerTom Hacohen <tom@stosb.com>2013-11-07 18:00:21 +0000
commitad2dc4309b9e4994b3985d1b9bb720daf96e833a (patch)
tree7be1908b95ae8438e05787dac224cee10cbfaccb
parentae397741ace8b628083fd70d9e29849fdd7ce382 (diff)
downloadefl-ad2dc4309b9e4994b3985d1b9bb720daf96e833a.tar.gz
eo2 test access: Migrated things I forgot to migrate.
-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 372914f0f7..a7a14a10f7 100644
--- a/src/tests/eo/access/access_simple.c
+++ b/src/tests/eo/access/access_simple.c
@@ -27,7 +27,7 @@ _a_set(Eo *obj, void *class_data, int a)
pd->protected.protected_x1 = a + 1;
pd->protected.public.public_x2 = a + 2;
- eo_do(obj, eo_event_callback_call(EV_A_CHANGED, &pd->a, NULL));
+ eo2_do(obj, eo2_event_callback_call(EV_A_CHANGED, &pd->a));
}
EAPI EO2_VOID_FUNC_BODYV(simple_a_set, EO2_FUNC_CALL(a), int a);