cxx: Fix compilation (Efl_Event)

This commit is contained in:
Jean-Philippe Andre 2016-08-31 17:07:04 +09:00
parent 9f7ce792f0
commit ff0952abda
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void really_call_event(T& wrapper, F& f, void *info, std::false_type)
}
template <typename T, typename P, typename F>
void event_callback(void *data, ::Eo_Event const* event)
void event_callback(void *data, ::Efl_Event const* event)
{
T wrapper(::efl_ref(event->object));
F *f = static_cast<F*>(data);