tests: get rid of Eo_Event2 in cxx tests

Hopefully the last occurance of Eo_Event2 in our code base. Fixes a build break.
This commit is contained in:
Stefan Schmidt 2016-03-07 14:19:46 +01:00
parent c634239b63
commit da309d6863
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ typedef struct _Callback_Data Callback_Data;
#define MY_CLASS CALLBACK_CLASS
static Eina_Bool _callback_callback_added(void* data EINA_UNUSED, Eo_Event2 const* event)
static Eina_Bool _callback_callback_added(void* data EINA_UNUSED, Eo_Event const* event)
{
Callback_Data* pd = event->event_info;
++pd->callbacks;