summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index cde9b95b0..98b38d256 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -60,7 +60,7 @@ namespace ItemDB
const std::map<int, ItemInfo*> &getItemInfos();
- int getTagId(std::string tagName) A_WARN_UNUSED;
+ int getTagId(const std::string &tagName) A_WARN_UNUSED;
struct Stat
{