diff options
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r-- | src/resources/iteminfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 9b8c1656a..4ea61664d 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -165,9 +165,9 @@ class ItemInfo final { mView = view; } void setSprite(const std::string &animationFile, - const Gender gender, const int race); + const Gender::Type gender, const int race); - const std::string &getSprite(const Gender gender, + const std::string &getSprite(const Gender::Type gender, const int race) const A_WARN_UNUSED; void setAttackAction(const std::string &attackAction); |