diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-28 21:35:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-28 21:35:19 +0300 |
commit | c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9 (patch) | |
tree | 011cb21aba78a18e90f1c4b0a2bf5810c8c0aeeb /src/inventory.h | |
parent | 8d276b3f5707035600c051d1746697cf7d815140 (diff) | |
download | plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.gz plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.bz2 plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.xz plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.zip |
Improve some other files.
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inventory.h b/src/inventory.h index aedf18b24..46a0b3f58 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -153,9 +153,9 @@ class Inventory final bool isMainInventory() const A_WARN_UNUSED { return mType == INVENTORY; } - Item *findItemBySprite(std::string spritePath, - const Gender gender, - const int race) const A_WARN_UNUSED; + const Item *findItemBySprite(std::string spritePath, + const Gender gender, + const int race) const A_WARN_UNUSED; std::string getName() const A_WARN_UNUSED; |