summaryrefslogtreecommitdiff
path: root/src/net/eathena/gui/guildtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gui/guildtab.h')
-rw-r--r--src/net/eathena/gui/guildtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gui/guildtab.h b/src/net/eathena/gui/guildtab.h
index e751e19ac..946857fff 100644
--- a/src/net/eathena/gui/guildtab.h
+++ b/src/net/eathena/gui/guildtab.h
@@ -34,7 +34,7 @@ namespace EAthena
class GuildTab : public Ea::GuildTab
{
public:
- GuildTab();
+ GuildTab(const Widget2 *const widget);
A_DELETE_COPY(GuildTab)