summaryrefslogtreecommitdiff
path: root/include/mbgl/android/native_map_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/android/native_map_view.hpp')
-rw-r--r--include/mbgl/android/native_map_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/android/native_map_view.hpp b/include/mbgl/android/native_map_view.hpp
index d5606ae37f..4033c628b0 100644
--- a/include/mbgl/android/native_map_view.hpp
+++ b/include/mbgl/android/native_map_view.hpp
@@ -90,7 +90,7 @@ private:
size_t totalMemory = 0;
// Ensure these are initialised last
- mbgl::SQLiteCache fileCache;
+ std::shared_ptr<mbgl::SQLiteCache> fileCache;
mbgl::DefaultFileSource fileSource;
mbgl::Map map;