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 380624b7b..e5b6f96b8 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -178,7 +178,7 @@ class ItemInfo final const std::string &getSprite(const Gender gender, const int race) const A_WARN_UNUSED; - void setAttackAction(std::string attackAction); + void setAttackAction(const std::string &attackAction); // Handlers for seting and getting the string // used for particles when attacking @@ -275,7 +275,7 @@ class ItemInfo final std::string getDyeColorsString(const int color) const A_WARN_UNUSED; - void setColorsList(std::string name); + void setColorsList(const std::string &name); bool isHaveColors() const A_WARN_UNUSED { return !mColorList.empty(); } |