diff options
Diffstat (limited to 'src/gui/widgets/tradetab.h')
-rw-r--r-- | src/gui/widgets/tradetab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tradetab.h b/src/gui/widgets/tradetab.h index 55e6550cb..1609fe997 100644 --- a/src/gui/widgets/tradetab.h +++ b/src/gui/widgets/tradetab.h @@ -33,6 +33,8 @@ class TradeTab final : public ChatTab public: TradeTab(); + A_DELETE_COPY(TradeTab); + ~TradeTab(); int getType() const override |