evas: actually return the right type and fix warnings.

This commit is contained in:
Cedric BAIL 2015-04-03 16:23:06 +02:00
parent ce4d4aac04
commit 4248bc2870
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ struct _Evas_VG_Gradient_Data
Efl_Graphics_Gradient_Spread s;
};
static inline Evas_VG_Node *
static inline Evas_VG_Node_Data *
_evas_vg_render_pre(Evas_VG_Node *child, Ector_Surface *s, Eina_Matrix3 *m)
{
Evas_VG_Node_Data *child_nd = NULL;