diff options
Diffstat (limited to 'src/gui/windows/buyselldialog.h')
-rw-r--r-- | src/gui/windows/buyselldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/buyselldialog.h b/src/gui/windows/buyselldialog.h index 69e0b37fb..92a556d7e 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) final; + void setVisible(Visible visible) override final; /** * Called when receiving actions from the widgets. */ - void action(const ActionEvent &event) final; + void action(const ActionEvent &event) override final; /** * Returns true if any instances exist. |