summaryrefslogtreecommitdiff
path: root/src/gui/selldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r--src/gui/selldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h
index 2002c67e4..91dcf74c8 100644
--- a/src/gui/selldialog.h
+++ b/src/gui/selldialog.h
@@ -99,7 +99,7 @@ class SellDialog final : public Window,
/**
* Sets the visibility of this window.
*/
- void setVisible(bool visible);
+ void setVisible(bool visible) override;
void addItem(const int id, const unsigned char color,
const int amount, const int price);