summaryrefslogtreecommitdiff
path: root/src/convert_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert_json.h')
-rw-r--r--src/convert_json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/convert_json.h b/src/convert_json.h
index 3fa9903b1..ea9bafb79 100644
--- a/src/convert_json.h
+++ b/src/convert_json.h
@@ -28,7 +28,7 @@ struct ModStoreModDetails;
std::vector<ModStoreMod> readModStoreList(Json::Value& modlist);
ModStoreModDetails readModStoreModDetails(Json::Value& details);
-Json::Value fetchJsonValue(const std::string url,
- struct curl_slist *chunk);
+Json::Value fetchJsonValue(const std::string &url,
+ struct curl_slist *chunk);
#endif