diff options
Diffstat (limited to 'src/guild.h')
-rw-r--r-- | src/guild.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guild.h b/src/guild.h index 7c85fe31..2d096710 100644 --- a/src/guild.h +++ b/src/guild.h @@ -25,8 +25,6 @@ #include <string> #include <guichan/listmodel.hpp> -#include "player.h" - class Guild : public gcn::ListModel { public: @@ -52,7 +50,7 @@ public: * Get the name of the guild * @return returns name of the guild */ - const std::string& getName() const + const std::string &getName() const { return mName; } |