summaryrefslogtreecommitdiff
path: root/src/net/tmwa/gui/partytab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/gui/partytab.cpp')
-rw-r--r--src/net/tmwa/gui/partytab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/gui/partytab.cpp b/src/net/tmwa/gui/partytab.cpp
index 40ed53fcf..1b4bc21de 100644
--- a/src/net/tmwa/gui/partytab.cpp
+++ b/src/net/tmwa/gui/partytab.cpp
@@ -44,8 +44,8 @@
namespace TmwAthena
{
-PartyTab::PartyTab() :
- Ea::PartyTab()
+PartyTab::PartyTab(const Widget2 *const widget) :
+ Ea::PartyTab(widget)
{
}