From 45379d14d9d3c7f4673b8390cb95d98bb1759f45 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 May 2015 23:49:29 +0300 Subject: Convert Gender enum into strong typed enum. --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') 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; -- cgit v1.2.3-60-g2f50