From 47c1e42ac1073ef02093b59336588f389f287227 Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Mon, 27 Mar 2017 17:30:58 -0700 Subject: [core] implement dds for text-offset --- include/mbgl/style/layers/symbol_layer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/mbgl/style/layers') diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp index d24f808bac..b507c992f5 100644 --- a/include/mbgl/style/layers/symbol_layer.hpp +++ b/include/mbgl/style/layers/symbol_layer.hpp @@ -151,9 +151,9 @@ public: DataDrivenPropertyValue getTextTransform() const; void setTextTransform(DataDrivenPropertyValue); - static PropertyValue> getDefaultTextOffset(); - PropertyValue> getTextOffset() const; - void setTextOffset(PropertyValue>); + static DataDrivenPropertyValue> getDefaultTextOffset(); + DataDrivenPropertyValue> getTextOffset() const; + void setTextOffset(DataDrivenPropertyValue>); static PropertyValue getDefaultTextAllowOverlap(); PropertyValue getTextAllowOverlap() const; -- cgit v1.2.1