From 1a9bccbb850c637583c18e7409e3b87a0dd9ff79 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 30 Mar 2017 17:01:52 -0700 Subject: [core] Add DDS support for icon-image --- 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 23bdf303b6..853a71bef2 100644 --- a/include/mbgl/style/layers/symbol_layer.hpp +++ b/include/mbgl/style/layers/symbol_layer.hpp @@ -71,9 +71,9 @@ public: PropertyValue> getIconTextFitPadding() const; void setIconTextFitPadding(PropertyValue>); - static PropertyValue getDefaultIconImage(); - PropertyValue getIconImage() const; - void setIconImage(PropertyValue); + static DataDrivenPropertyValue getDefaultIconImage(); + DataDrivenPropertyValue getIconImage() const; + void setIconImage(DataDrivenPropertyValue); static DataDrivenPropertyValue getDefaultIconRotate(); DataDrivenPropertyValue getIconRotate() const; -- cgit v1.2.1