Add missing function placeholders for Evas_Smart_Class.

SVN revision: 51326
This commit is contained in:
Christopher Michael 2010-08-18 19:41:30 +00:00
parent 0535084762
commit ead21f1854
1 changed files with 4 additions and 1 deletions

View File

@ -581,7 +581,10 @@ _e_smart_init(void)
NULL, NULL,
NULL, NULL,
NULL, NULL,
NULL NULL,
NULL,
NULL,
NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);
} }