summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/tradetab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/tradetab.cpp')
-rw-r--r--src/gui/widgets/tabs/tradetab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/tradetab.cpp b/src/gui/widgets/tabs/tradetab.cpp
index 12fa0d3a5..1642f8804 100644
--- a/src/gui/widgets/tabs/tradetab.cpp
+++ b/src/gui/widgets/tabs/tradetab.cpp
@@ -30,6 +30,8 @@
#include "debug.h"
+TradeTab *tradeChatTab = nullptr;
+
TradeTab::TradeTab(const Widget2 *const widget) :
// TRANSLATORS: trade chat tab name
ChatTab(widget, _("Trade"), TRADE_CHANNEL)