diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |