From 9a549094e02b046eb67a3c3a1ed8df96791825ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 22 Jan 2015 17:40:12 +0100 Subject: make ios compile --- include/mbgl/platform/platform.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') 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); -- cgit v1.2.1