diff options
Diffstat (limited to 'src/gui/windows/buyingstoreselldialog.h')
-rw-r--r-- | src/gui/windows/buyingstoreselldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.h b/src/gui/windows/buyingstoreselldialog.h index cb2219fca..879272d36 100644 --- a/src/gui/windows/buyingstoreselldialog.h +++ b/src/gui/windows/buyingstoreselldialog.h @@ -50,7 +50,7 @@ class BuyingStoreSellDialog final : public SellDialog A_DELETE_COPY(BuyingStoreSellDialog) protected: - void sellAction(const ActionEvent &event) override final; + void sellAction(const ActionEvent &event) final; BeingId mAccountId; int mStoreId; |