diff options
author | David Athay <ko2fan@gmail.com> | 2008-04-01 17:13:32 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-04-01 17:13:32 +0000 |
commit | fabc9567b86e5e6a9b7b463f47869fc13e7ae33b (patch) | |
tree | ae16d0ff935b55532ccb4b33ef5ec038475d4f30 /src/gui/guildwindow.h | |
parent | c95ad0a99169868a2c3169999f0498b8de391a12 (diff) | |
download | mana-fabc9567b86e5e6a9b7b463f47869fc13e7ae33b.tar.gz mana-fabc9567b86e5e6a9b7b463f47869fc13e7ae33b.tar.bz2 mana-fabc9567b86e5e6a9b7b463f47869fc13e7ae33b.tar.xz mana-fabc9567b86e5e6a9b7b463f47869fc13e7ae33b.zip |
Fixed up chat and guilds
Diffstat (limited to 'src/gui/guildwindow.h')
-rw-r--r-- | src/gui/guildwindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/guildwindow.h b/src/gui/guildwindow.h index e40727b6..5f7600e5 100644 --- a/src/gui/guildwindow.h +++ b/src/gui/guildwindow.h @@ -55,7 +55,7 @@ public: /** * Constructor. */ - GuildWindow(LocalPlayer *player); + GuildWindow(); /** * Destructor. @@ -110,7 +110,7 @@ public: /** * Removes the selected tab */ - void removeTab(); + void removeTab(int guildId); protected: /** @@ -120,7 +120,6 @@ protected: short getSelectedGuild(); private: - LocalPlayer *mPlayer; gcn::Button *mGuildButton[3]; TextDialog *guildDialog; TextDialog *inviteDialog; |