summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/backend_scope.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mbgl/map/backend_scope.hpp b/include/mbgl/map/backend_scope.hpp
index c13fb88ded..5a207e6ac4 100644
--- a/include/mbgl/map/backend_scope.hpp
+++ b/include/mbgl/map/backend_scope.hpp
@@ -10,7 +10,8 @@ public:
~BackendScope();
private:
- Backend* priorBackend;
+ BackendScope* priorScope;
+ BackendScope* nextScope;
Backend& backend;
};