summaryrefslogtreecommitdiff
path: root/src/gui/windows/buyselldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/buyselldialog.h')
-rw-r--r--src/gui/windows/buyselldialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/buyselldialog.h b/src/gui/windows/buyselldialog.h
index 92a556d7e..69e0b37fb 100644
--- a/src/gui/windows/buyselldialog.h
+++ b/src/gui/windows/buyselldialog.h
@@ -56,12 +56,12 @@ class BuySellDialog final : public Window,
void init();
- void setVisible(Visible visible) override final;
+ void setVisible(Visible visible) final;
/**
* Called when receiving actions from the widgets.
*/
- void action(const ActionEvent &event) override final;
+ void action(const ActionEvent &event) final;
/**
* Returns true if any instances exist.