summaryrefslogtreecommitdiff
path: root/platform/android/cache_database_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/cache_database_data.cpp')
-rw-r--r--platform/android/cache_database_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/cache_database_data.cpp b/platform/android/cache_database_data.cpp
index aff1412687..2fefcdc4a3 100644
--- a/platform/android/cache_database_data.cpp
+++ b/platform/android/cache_database_data.cpp
@@ -6,7 +6,7 @@ namespace platform {
// Returns the path to the default cache database on this system.
std::string defaultCacheDatabase() {
- return mbgl::android::cache_path + "/mbgl-cache.db";
+ return mbgl::android::cachePath + "/mbgl-cache.db";
}
}