shhh evas. ok - back to normal. generic fn ptr for now.

SVN revision: 51707
This commit is contained in:
Carsten Haitzler 2010-08-29 02:25:22 +00:00
parent 92fcbddbf7
commit 3ab29fcad0
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ struct _Evas_Object
struct _Evas_Func_Node
{
EINA_INLIST;
void (*func) (void);
void (*func) ();
void *data;
Evas_Callback_Type type;
unsigned char delete_me : 1;