summaryrefslogtreecommitdiff
path: root/src/gui/guildwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guildwindow.h')
-rw-r--r--src/gui/guildwindow.h5
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;