Efl.Gfx.Shape: fix efl_super() call.

This commit is contained in:
Amitesh Singh 2017-11-30 16:23:04 +09:00
parent 774a01a28b
commit 5f3e0d62a4
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ _efl_gfx_shape_efl_gfx_path_interpolate(Eo *obj, Efl_Gfx_Shape_Data *pd,
efl_gfx_shape_stroke_join_set(obj, (pos_map < 0.5) ?
property_from.j : property_to.j);
return efl_gfx_path_interpolate(efl_super(obj, EFL_GFX_PATH_MIXIN), from, to, pos_map);
return efl_gfx_path_interpolate(efl_super(obj, MY_CLASS), from, to, pos_map);
}
EOLIAN static void