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 f7b647780..588842d70 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -163,7 +163,7 @@ class Inventory final { return mType == InventoryType::INVENTORY; } const Item *findItemBySprite(std::string spritePath, - const Gender::Type gender, + const GenderT gender, const BeingTypeId race) const A_WARN_UNUSED; |