summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopselldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/shopselldialog.h')
-rw-r--r--src/gui/windows/shopselldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/shopselldialog.h b/src/gui/windows/shopselldialog.h
index 4d68e0aeb..59149e83f 100644
--- a/src/gui/windows/shopselldialog.h
+++ b/src/gui/windows/shopselldialog.h
@@ -45,7 +45,7 @@ class ShopSellDialog final : public SellDialog
A_DELETE_COPY(ShopSellDialog)
protected:
- void sellAction(const ActionEvent &event) override final;
+ void sellAction(const ActionEvent &event) final;
std::string mNick;
};