From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/being/being.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 04e6cb6ef..4e672ef52 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -265,7 +265,7 @@ class Being notfinal : public ActorSprite, */ void setGuildName(const std::string &restrict name) restrict2; - void setGuildPos(const std::string &restrict pos) restrict2 A_CONST; + void setGuildPos(const std::string &restrict pos) restrict2; /** * Adds a guild to the being. -- cgit v1.2.3-60-g2f50