From c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Feb 2013 21:35:19 +0300 Subject: Improve some other files. --- src/inventory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/inventory.h') 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; -- cgit v1.2.3-70-g09d2