diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index 04e32ae61..314787a56 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -322,7 +322,8 @@ class Being : public ActorSprite, public ConfigListener /** * Returns a pointer to the specified guild that the being is in. */ - const Guild *getGuild(const std::string &guildName) const A_WARN_UNUSED; + const Guild *getGuild(const std::string &guildName) + const A_WARN_UNUSED; /** * Returns a pointer to the specified guild that the being is in. |