summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tradetab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tradetab.cpp')
-rw-r--r--src/gui/widgets/tradetab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tradetab.cpp b/src/gui/widgets/tradetab.cpp
index 6416fcd8a..8ead199a3 100644
--- a/src/gui/widgets/tradetab.cpp
+++ b/src/gui/widgets/tradetab.cpp
@@ -38,8 +38,8 @@
#include "debug.h"
-TradeTab::TradeTab() :
- ChatTab(_("Trade"))
+TradeTab::TradeTab(const Widget2 *const widget) :
+ ChatTab(widget, _("Trade"))
{
}