evas_object_vg: fix missing initializer warning

This commit is contained in:
Daniel Kolesa 2015-07-21 14:44:38 +01:00
parent c4d666805d
commit 564e6410d0
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ static const Evas_Object_Func object_func =
NULL,
NULL,
NULL,
NULL,
NULL
};