summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/symbol_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layers/symbol_layer.hpp')
-rw-r--r--include/mbgl/style/layers/symbol_layer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp
index 8620869928..4330b36af7 100644
--- a/include/mbgl/style/layers/symbol_layer.hpp
+++ b/include/mbgl/style/layers/symbol_layer.hpp
@@ -93,9 +93,9 @@ public:
const PropertyValue<SymbolPlacementType>& getSymbolPlacement() const;
void setSymbolPlacement(const PropertyValue<SymbolPlacementType>&);
- static PropertyValue<float> getDefaultSymbolSortKey();
- const PropertyValue<float>& getSymbolSortKey() const;
- void setSymbolSortKey(const PropertyValue<float>&);
+ static PropertyValue<double> getDefaultSymbolSortKey();
+ const PropertyValue<double>& getSymbolSortKey() const;
+ void setSymbolSortKey(const PropertyValue<double>&);
static PropertyValue<float> getDefaultSymbolSpacing();
const PropertyValue<float>& getSymbolSpacing() const;