Set member_{add,del} to NULL.

SVN revision: 37087
This commit is contained in:
Gustavo Sverzut Barbieri 2008-10-25 02:58:30 +00:00
parent 5854b1429e
commit 7f935e09c0
2 changed files with 4 additions and 0 deletions

View File

@ -761,6 +761,8 @@ _smart_init(void)
_smart_color_set,
_smart_clip_set,
_smart_clip_unset,
NULL,
NULL,
NULL
};
smart = evas_smart_class_new(&sc);

View File

@ -46,6 +46,8 @@ edje_object_add(Evas *evas)
_edje_smart_clip_set,
_edje_smart_clip_unset,
NULL,
NULL,
NULL,
NULL
};
_edje_smart = evas_smart_class_new(&sc);