diff options
Diffstat (limited to 'src/gui/windows/tradewindow.h')
-rw-r--r-- | src/gui/windows/tradewindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index c774d521d..f08d88963 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -143,7 +143,7 @@ class TradeWindow final : public Window, /** * Clear auto trade items. */ - void clear(); + void clear() override final; /** * Add item what will be added to trade. |