From c2d78ebef42fa995f8cab25b4a7b52f220386a89 Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 29 Aug 2010 02:25:22 +0000 Subject: [PATCH] shhh evas. ok - back to normal. generic fn ptr for now. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@51707 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/include/evas_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4