summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/location_indicator_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layers/location_indicator_layer.hpp')
-rw-r--r--include/mbgl/style/layers/location_indicator_layer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/layers/location_indicator_layer.hpp b/include/mbgl/style/layers/location_indicator_layer.hpp
index 503b070667..f8f567c84f 100644
--- a/include/mbgl/style/layers/location_indicator_layer.hpp
+++ b/include/mbgl/style/layers/location_indicator_layer.hpp
@@ -109,6 +109,7 @@ protected:
// Dynamic properties
optional<conversion::Error> setPropertyInternal(const std::string& name, const conversion::Convertible& value) final;
StyleProperty getPropertyInternal(const std::string& name) const final;
+ StyleProperty getPropertyDefaultValueInternal(const std::string&) const final;
Value serialize() const final;
Mutable<Layer::Impl> mutableBaseImpl() const final;