summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/raster_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/sources/raster_source.hpp')
-rw-r--r--include/mbgl/style/sources/raster_source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/sources/raster_source.hpp b/include/mbgl/style/sources/raster_source.hpp
index 1bdced8da7..00a3b788c2 100644
--- a/include/mbgl/style/sources/raster_source.hpp
+++ b/include/mbgl/style/sources/raster_source.hpp
@@ -25,6 +25,8 @@ public:
void loadDescription(FileSource&) final;
+ bool supportsLayerType(const mbgl::style::LayerTypeInfo*) const override;
+
mapbox::base::WeakPtr<Source> makeWeakPtr() final {
return weakFactory.makeWeakPtr();
}