diff options
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r-- | src/resources/itemdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h index 6fa05ac29..1e6de3929 100644 --- a/src/resources/itemdb.h +++ b/src/resources/itemdb.h @@ -47,9 +47,9 @@ namespace ItemDB const StringVect &getTags(); - bool exists(int id); + bool exists(const int id); - const ItemInfo &get(int id); + const ItemInfo &get(const int id); const ItemInfo &get(const std::string &name); // Items database |