summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/custom_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/gl/custom_layer.hpp')
-rw-r--r--include/mbgl/gl/custom_layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/gl/custom_layer.hpp b/include/mbgl/gl/custom_layer.hpp
index 8b60af5d7f..f879cda806 100644
--- a/include/mbgl/gl/custom_layer.hpp
+++ b/include/mbgl/gl/custom_layer.hpp
@@ -61,7 +61,7 @@ public:
virtual void deinitialize() = 0;
};
-class CustomLayer : public Layer {
+class CustomLayer final : public Layer {
public:
CustomLayer(const std::string& id,
std::unique_ptr<CustomLayerHost> host);