summaryrefslogtreecommitdiff
path: root/src/mbgl/util/url.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/url.hpp')
-rw-r--r--src/mbgl/util/url.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/url.hpp b/src/mbgl/util/url.hpp
index 70fdfd8a36..33522b416c 100644
--- a/src/mbgl/util/url.hpp
+++ b/src/mbgl/util/url.hpp
@@ -45,7 +45,7 @@ public:
// * {filename} == "baz"
// * {extension} == ".png"
// The query string of the source URL will always be appended.
-std::string transformURL(const std::string& tpl, const std::string& url, const URL&);
+std::string transformURL(const std::string& tpl, const std::string& str, const URL&);
inline std::string transformURL(const std::string& tpl, const std::string& url) {
return transformURL(tpl, url, URL(url));
}