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