summaryrefslogtreecommitdiff
path: root/src/clientmedia.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-04-21 10:06:08 +0200
committerGitHub <noreply@github.com>2017-04-21 10:06:08 +0200
commit370354cc87937bbfb6f24aa062966af8e039cec0 (patch)
treee0400c3b3c63d3e8e8b22c81e40a9cabe2d1b5b1 /src/clientmedia.h
parentde5ecc9fa31d557e2d0ca638b1c98435707046b9 (diff)
downloadminetest-370354cc87937bbfb6f24aa062966af8e039cec0.tar.gz
minetest-370354cc87937bbfb6f24aa062966af8e039cec0.tar.bz2
minetest-370354cc87937bbfb6f24aa062966af8e039cec0.zip
Fix various performance issues reported by cppcheck (#5628)
* Also remove 1 non declared but defined functions
Diffstat (limited to 'src/clientmedia.h')
-rw-r--r--src/clientmedia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clientmedia.h b/src/clientmedia.h
index 1f0da70d9..e292be5ea 100644
--- a/src/clientmedia.h
+++ b/src/clientmedia.h
@@ -58,10 +58,10 @@ public:
}
// Add a file to the list of required file (but don't fetch it yet)
- void addFile(std::string name, std::string sha1);
+ void addFile(const std::string &name, const std::string &sha1);
// Add a remote server to the list; ignored if not built with cURL
- void addRemoteServer(std::string baseurl);
+ void addRemoteServer(const std::string &baseurl);
// Steps the media downloader:
// - May load media into client by calling client->loadMedia()