examples: Fix include file name in Eolian-CXX examples..

ecore_poll.eo.hh -> ecore_poller.eo.hh
This commit is contained in:
Savio Sena 2014-09-03 15:13:38 -03:00
parent 6a0b00f36e
commit e4d974005a
1 changed files with 1 additions and 1 deletions

View File

@ -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;