summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/hillshade_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layers/hillshade_layer.hpp')
-rw-r--r--include/mbgl/style/layers/hillshade_layer.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbgl/style/layers/hillshade_layer.hpp b/include/mbgl/style/layers/hillshade_layer.hpp
index 824606c29b..4c52cd9a22 100644
--- a/include/mbgl/style/layers/hillshade_layer.hpp
+++ b/include/mbgl/style/layers/hillshade_layer.hpp
@@ -21,8 +21,7 @@ public:
~HillshadeLayer() final;
// Dynamic properties
- optional<conversion::Error> setLayoutProperty(const std::string& name, const conversion::Convertible& value) final;
- optional<conversion::Error> setPaintProperty(const std::string& name, const conversion::Convertible& value) final;
+ optional<conversion::Error> setProperty(const std::string& name, const conversion::Convertible& value) final;
StyleProperty getProperty(const std::string& name) const final;