diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player.h b/src/player.h index f30a610b..5d037b75 100644 --- a/src/player.h +++ b/src/player.h @@ -105,12 +105,12 @@ class Player : public Being /** * Returns a pointer to the specified guild. */ - Guild *getGuild(const std::string &guildName); + Guild *getGuild(const std::string &guildName) const; /** * Returns a pointer to the guild with matching id. */ - Guild *getGuild(int id); + Guild *getGuild(int id) const; /** * Get number of guilds the player belongs to. |