summaryrefslogtreecommitdiff
path: root/src/gui/guildwindow.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-01 17:13:32 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-01 17:13:32 +0000
commitfabc9567b86e5e6a9b7b463f47869fc13e7ae33b (patch)
treeae16d0ff935b55532ccb4b33ef5ec038475d4f30 /src/gui/guildwindow.h
parentc95ad0a99169868a2c3169999f0498b8de391a12 (diff)
downloadmana-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.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;