summaryrefslogtreecommitdiff
path: root/include/mbgl/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-06 00:50:23 +1100
committerLeith Bade <leith@mapbox.com>2014-12-06 00:50:23 +1100
commit93ab4036e995f4b894783689cea1f2f97ef9b70b (patch)
tree92bf2ef475d24d0f66f433094ae2b5cacbde7ac5 /include/mbgl/android
parentde9eb00276684a10f49a1c490f55266b80238155 (diff)
downloadqtlocation-mapboxgl-93ab4036e995f4b894783689cea1f2f97ef9b70b.tar.gz
Fix commit
Diffstat (limited to 'include/mbgl/android')
-rw-r--r--include/mbgl/android/native_map_view.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/mbgl/android/native_map_view.hpp b/include/mbgl/android/native_map_view.hpp
index 2ca9484967..9ebf69e3a8 100644
--- a/include/mbgl/android/native_map_view.hpp
+++ b/include/mbgl/android/native_map_view.hpp
@@ -4,7 +4,7 @@
#include <mbgl/map/map.hpp>
#include <mbgl/map/view.hpp>
#include <mbgl/util/noncopyable.hpp>
-#include <mbgl/platform/default/caching_http_file_source.hpp>
+#include <mbgl/storage/caching_http_file_source.hpp>
#include <string>
#include <jni.h>
@@ -44,6 +44,10 @@ public:
return map;
}
+ mbgl::CachingHTTPFileSource& getFileSource() {
+ return fileSource;
+ }
+
bool initializeDisplay();
void terminateDisplay();