stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=500750323d7d65b75828ce007afe1aaf620a3b26

commit 500750323d7d65b75828ce007afe1aaf620a3b26
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Apr 20 15:31:13 2016 +0200

    tests: fix another redefine of Ecore_Cb build break
---
 src/tests/eolian_cxx/callback.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eolian_cxx/callback.eo b/src/tests/eolian_cxx/callback.eo
index ea11cf9..1129420 100644
--- a/src/tests/eolian_cxx/callback.eo
+++ b/src/tests/eolian_cxx/callback.eo
@@ -1,4 +1,4 @@
-type @extern Ecore_Cb: __undefined_type;
+import ecore_types;
 
 class Callback (Eo.Base)
 {

-- 


Reply via email to