summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-27 14:28:56 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-27 14:28:56 +0200
commit953e5524a99325ffb049f466b85ce13a62dc327a (patch)
tree36e1db7f68c94f1ad0135eed0dd1b3292c4a4ca3 /include
parenta55be0217bdc2b4e15500f9a5cd4aba207d33fc7 (diff)
downloadqtlocation-mapboxgl-953e5524a99325ffb049f466b85ce13a62dc327a.tar.gz
fix basepath for headless stylesheets
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/url.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/util/url.hpp b/include/mbgl/util/url.hpp
index 14d9dd3160..a7e5291ec5 100644
--- a/include/mbgl/util/url.hpp
+++ b/include/mbgl/util/url.hpp
@@ -7,6 +7,7 @@ namespace mbgl {
namespace util {
std::string percentEncode(const std::string&);
+std::string percentDecode(const std::string&);
}
}