savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2192ecee3f63c1424ef1a551a4afe8d1c1ff1d13
commit 2192ecee3f63c1424ef1a551a4afe8d1c1ff1d13 Author: Savio Sena <sa...@expertisesolutions.com.br> Date: Wed Sep 3 15:13:38 2014 -0300 examples: Fix include file name in Eolian-CXX examples.. ecore_poll.eo.hh -> ecore_poller.eo.hh --- src/examples/eolian_cxx/eolian_cxx_callbacks_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/eolian_cxx/eolian_cxx_callbacks_01.cc b/src/examples/eolian_cxx/eolian_cxx_callbacks_01.cc index 58377fe..2c64784 100644 --- a/src/examples/eolian_cxx/eolian_cxx_callbacks_01.cc +++ b/src/examples/eolian_cxx/eolian_cxx_callbacks_01.cc @@ -17,7 +17,7 @@ #include <Ecore.hh> #include <Evas.hh> -#include <ecore_poll.eo.hh> +#include <ecore_poller.eo.hh> namespace efl { namespace ecore { using ::ecore::poller; --