From: Stefan Schmidt Date: Wed, 20 Apr 2016 13:31:13 +0000 (+0200) Subject: tests: fix another redefine of Ecore_Cb build break X-Git-Tag: upstream/1.20.0~6703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=500750323d7d65b75828ce007afe1aaf620a3b26;p=platform%2Fupstream%2Fefl.git tests: fix another redefine of Ecore_Cb build break --- 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) {