summaryrefslogtreecommitdiff
path: root/include/mbgl/sourcemanager/raster_source_factory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/sourcemanager/raster_source_factory.hpp')
-rw-r--r--include/mbgl/sourcemanager/raster_source_factory.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/sourcemanager/raster_source_factory.hpp b/include/mbgl/sourcemanager/raster_source_factory.hpp
index d5f88e65d9..fb7fa1e09b 100644
--- a/include/mbgl/sourcemanager/raster_source_factory.hpp
+++ b/include/mbgl/sourcemanager/raster_source_factory.hpp
@@ -11,6 +11,7 @@ protected:
const style::conversion::Convertible& value,
style::conversion::Error&) noexcept final;
std::unique_ptr<RenderSource> createRenderSource(Immutable<style::Source::Impl>) noexcept final;
+ Value getPropertyDefaultValue(const std::string& property) noexcept final;
};
} // namespace mbgl