summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-22 17:40:12 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:06 +0100
commit9a549094e02b046eb67a3c3a1ed8df96791825ca (patch)
treee6b867eac917fb852354e9171a2fefacbb474aa2 /include
parent78376acea78056d9c20cc39bf98323adeedd22aa (diff)
downloadqtlocation-mapboxgl-9a549094e02b046eb67a3c3a1ed8df96791825ca.tar.gz
make ios compile
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/platform.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/mbgl/platform/platform.hpp b/include/mbgl/platform/platform.hpp
index 024771cc7c..7a6762cbcf 100644
--- a/include/mbgl/platform/platform.hpp
+++ b/include/mbgl/platform/platform.hpp
@@ -17,10 +17,8 @@ std::string uppercase(const std::string &string);
// Lowercase a string, potentially using platform-specific routines.
std::string lowercase(const std::string &string);
-// Returns the path to the default shader cache on this system.
-std::string defaultShaderCache();
-
-std::string applicationRoot();
+// Returns the path to the root folder of the application.
+const std::string &applicationRoot();
// Shows an alpha image with the specified dimensions in a named window.
void show_debug_image(std::string name, const char *data, size_t width, size_t height);