summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 8401976e15..bce99ebe4d 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -178,8 +178,8 @@ public:
private:
View& view;
const std::unique_ptr<Transform> transform;
- const std::unique_ptr<MapData> data;
const std::unique_ptr<util::Thread<MapContext>> context;
+ MapData* data;
enum class RenderState {
never,