evas: fix typos in Evas_VG_Root_Node.

This commit is contained in:
Cedric BAIL 2015-04-03 16:22:38 +02:00
parent 97714021d1
commit 185eadf9ad
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _evas_vg_root_node_eo_base_parent_set(Eo *obj,
Eo *parent)
{
// Nice little hack, jump over parent parent_set in Evas_VG_Root
eo_do_super(obj, EVAS_VG_NODE_CLASS, eo_constructor());
eo_do_super(obj, EVAS_VG_NODE_CLASS, eo_parent_set(parent));
if (!eo_isa(parent, EVAS_VG_CLASS))
eo_error_set(obj);
}