summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tradetab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tradetab.h')
-rw-r--r--src/gui/widgets/tradetab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tradetab.h b/src/gui/widgets/tradetab.h
index 19d85a645..c790a42bb 100644
--- a/src/gui/widgets/tradetab.h
+++ b/src/gui/widgets/tradetab.h
@@ -31,7 +31,7 @@
class TradeTab final : public ChatTab
{
public:
- TradeTab(const Widget2 *const widget);
+ explicit TradeTab(const Widget2 *const widget);
A_DELETE_COPY(TradeTab)