From 1209744b38da0252731812d4cc5371be960fb3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 24 Sep 2014 17:08:44 +0200 Subject: use the default cache location on ios to avoid writing to unwritable file system locations --- include/mbgl/storage/file_source.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/storage/file_source.hpp') 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: -- cgit v1.2.1