summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/file_source.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-09-24 17:08:44 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-09-24 17:08:44 +0200
commit1209744b38da0252731812d4cc5371be960fb3c3 (patch)
tree7e845b30550d6ca72f1580cb51490139f0e8ca18 /include/mbgl/storage/file_source.hpp
parent992d9ff051ecd45f83160930c43c9d5a2da04048 (diff)
downloadqtlocation-mapboxgl-1209744b38da0252731812d4cc5371be960fb3c3.tar.gz
use the default cache location on ios to avoid writing to unwritable file system locations
Diffstat (limited to 'include/mbgl/storage/file_source.hpp')
-rw-r--r--include/mbgl/storage/file_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/storage/file_source.hpp b/include/mbgl/storage/file_source.hpp
index 06d416d0c6..5933aea483 100644
--- a/include/mbgl/storage/file_source.hpp
+++ b/include/mbgl/storage/file_source.hpp
@@ -24,7 +24,7 @@ private:
FileSource& operator=(FileSource &&) = delete;
public:
- FileSource(uv_loop_t *loop);
+ FileSource(uv_loop_t *loop, const std::string &path);
~FileSource();
public: