diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 15:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:20 +0300 |
commit | 29f2d76ff455539f6eda41d40881b8f3c73d1609 (patch) | |
tree | 5582d487adf5fe28c87cd78504d4dc5464c78982 /src/resources | |
parent | 5349883d896bfd13d7f90bb7a3a4c615246a672a (diff) | |
download | plus-29f2d76ff455539f6eda41d40881b8f3c73d1609.tar.gz plus-29f2d76ff455539f6eda41d40881b8f3c73d1609.tar.bz2 plus-29f2d76ff455539f6eda41d40881b8f3c73d1609.tar.xz plus-29f2d76ff455539f6eda41d40881b8f3c73d1609.zip |
fix definition in itemdb.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/itemdb.h | 2 |
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; |