From df89de5cc5bf043ca2fe57ef4dd9a7b5d25464cb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 19 Oct 2015 13:19:52 -0700 Subject: [core] Rationalize style property classes: {Paint,Layout}Properties --- src/mbgl/text/shaping.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mbgl/text/shaping.cpp') diff --git a/src/mbgl/text/shaping.cpp b/src/mbgl/text/shaping.cpp index 35fe5dc24b..c3911718e0 100644 --- a/src/mbgl/text/shaping.cpp +++ b/src/mbgl/text/shaping.cpp @@ -1,9 +1,9 @@ #include -#include +#include namespace mbgl { -PositionedIcon shapeIcon(const Rect &image, const StyleLayoutSymbol &layout) { +PositionedIcon shapeIcon(const Rect& image, const SymbolLayoutProperties& layout) { float dx = layout.icon.offset[0]; float dy = layout.icon.offset[1]; float x1 = dx - image.originalW / 2.0f; -- cgit v1.2.1