From ead21f18544e0aa33a338733dae2194f38dccf91 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 18 Aug 2010 19:41:30 +0000 Subject: [PATCH] Add missing function placeholders for Evas_Smart_Class. SVN revision: 51326 --- src/bin/e_widget.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/e_widget.c b/src/bin/e_widget.c index e2af2fe9a..8206c914a 100644 --- a/src/bin/e_widget.c +++ b/src/bin/e_widget.c @@ -581,7 +581,10 @@ _e_smart_init(void) NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL, + NULL }; _e_smart = evas_smart_class_new(&sc); }