From: raster Date: Sun, 29 Aug 2010 02:25:22 +0000 (+0000) Subject: shhh evas. ok - back to normal. generic fn ptr for now. X-Git-Tag: accepted/2.0/20130306.225542~242^2~1595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8d054bbd03d9fbca8b66a61ac796cdbbf8cf1d1;p=profile%2Fivi%2Fevas.git shhh evas. ok - back to normal. generic fn ptr for now. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51707 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/include/evas_private.h b/src/lib/include/evas_private.h index 842e7f0..2e9d83a 100644 --- a/src/lib/include/evas_private.h +++ b/src/lib/include/evas_private.h @@ -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;