summaryrefslogtreecommitdiff
path: root/platform/android/cache_database_data.cpp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-04 01:10:43 +1100
committerLeith Bade <leith@mapbox.com>2014-12-04 01:10:43 +1100
commit14cdd9c96fb6eb9b2d6de4eb521ad50ebe1654ba (patch)
tree4270e25a7494939afa83be3642a54475636a1aac /platform/android/cache_database_data.cpp
parenta26ef7f33df475b6a0e90a0f4362f18802bafe8f (diff)
downloadqtlocation-mapboxgl-14cdd9c96fb6eb9b2d6de4eb521ad50ebe1654ba.tar.gz
Rename lots of things
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";
}
}