aboutsummaryrefslogtreecommitdiff
path: root/src/mods.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods.cpp')
-rw-r--r--src/mods.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods.cpp b/src/mods.cpp
index 5a7dc6dca..6fce8e93d 100644
--- a/src/mods.cpp
+++ b/src/mods.cpp
@@ -347,7 +347,7 @@ ClientModConfiguration::ClientModConfiguration(const std::string &path):
#endif
#if USE_CURL
-Json::Value getModstoreUrl(std::string url)
+Json::Value getModstoreUrl(const std::string &url)
{
std::vector<std::string> extra_headers;