diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index b1d359daf..86bdb080a 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -144,7 +144,7 @@ class Inventory final { return mType == INVENTORY; } const Item *findItemBySprite(std::string spritePath, - const Gender gender, + const Gender::Type gender, const int race) const A_WARN_UNUSED; std::string getName() const A_WARN_UNUSED; |