Set member_{add,del} to NULL.

SVN revision: 37088
This commit is contained in:
Gustavo Sverzut Barbieri 2008-10-25 03:01:12 +00:00
parent 7f935e09c0
commit 510146a383
1 changed files with 2 additions and 0 deletions

View File

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