summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/custom_layer.hpp
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-03-23 16:12:34 -0400
committerJulian Rex <julian.rex@mapbox.com>2018-03-23 16:12:34 -0400
commit9b3d5272e78a3b6e8d6539d242519df3b7792acb (patch)
tree14ad0c355896d3dd779e90219cf21882edf4ba2d /include/mbgl/style/layers/custom_layer.hpp
parent038915a94019c4cf1c324becc01b1f3abf7905f4 (diff)
downloadqtlocation-mapboxgl-9b3d5272e78a3b6e8d6539d242519df3b7792acb.tar.gz
Updates to macos and tests for previous changes.upstream/jrex-custom-layer-style-changed-leak-3
Diffstat (limited to 'include/mbgl/style/layers/custom_layer.hpp')
-rw-r--r--include/mbgl/style/layers/custom_layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/layers/custom_layer.hpp b/include/mbgl/style/layers/custom_layer.hpp
index 3c6d015392..60c42e2d5a 100644
--- a/include/mbgl/style/layers/custom_layer.hpp
+++ b/include/mbgl/style/layers/custom_layer.hpp
@@ -69,7 +69,7 @@ class CustomLayerContext {
virtual void initialize() = 0;
virtual void render(const CustomLayerRenderParameters&) = 0;
- virtual void deinitialize() = 0;
+ virtual void deinitialize() {};
virtual void lost() {};