From 665e33246a82838dc8893e6b84a576de803a3195 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Apr 2013 22:21:48 +0300 Subject: improve iteminfo class. --- src/resources/iteminfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/iteminfo.h') 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(); } -- cgit v1.2.3-60-g2f50