summaryrefslogtreecommitdiff
path: root/src/resources/db/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/itemdb.h')
-rw-r--r--src/resources/db/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h
index a603f42e4..9a4ded036 100644
--- a/src/resources/db/itemdb.h
+++ b/src/resources/db/itemdb.h
@@ -53,7 +53,7 @@ namespace ItemDB
typedef std::map<int, ItemInfo*> ItemInfos;
typedef std::map<std::string, ItemInfo*> NamedItemInfos;
- const std::map<int, ItemInfo*> &getItemInfos();
+ const ItemDB::ItemInfos &getItemInfos();
int getTagId(const std::string &tagName) A_WARN_UNUSED;