summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapboxgl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r--platform/qt/include/qmapboxgl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index ce9cf1778c..ebbd949921 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -62,7 +62,7 @@ public:
void setApiBaseUrl(const QString &);
std::function<std::string(const std::string &&)> resourceTransform() const;
- void setResourceTransform(std::function<std::string(const std::string &&)> &);
+ void setResourceTransform(const std::function<std::string(const std::string &&)> &);
private:
GLContextMode m_contextMode;