From 50c9ef12df5af448e6ffe0cda88c8aadebd8c408 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 3 Nov 2016 16:42:44 +0100 Subject: [PATCH] efl_gfx_types: remove pointer --- src/lib/efl/interfaces/efl_gfx_types.eot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]