diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot b/src/lib/efl/interfaces/efl_gfx_types.eot index 29841a6301..05f3db31e9 100644 --- a/src/lib/efl/interfaces/efl_gfx_types.eot +++ b/src/lib/efl/interfaces/efl_gfx_types.eot @@ -126,7 +126,7 @@ struct Efl.Gfx.Stroke width: double; [[Stroke width]] centered: double; [[Stroke centered]] color: Efl.Gfx.Stroke.Color; [[Stroke color]] - dash: Efl.Gfx.Dash*; [[Stroke dash]] + dash: ptr(Efl.Gfx.Dash); [[Stroke dash]] dash_length: uint; [[Stroke dash length]] cap: Efl.Gfx.Cap; [[Stroke cap]] join: Efl.Gfx.Join; [[Stroke join]]