diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 20:12:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-19 20:12:20 +0300 |
commit | ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4 (patch) | |
tree | 87f1544fb41ea2e08212a87534675126c770bd25 /src/gui/selldialog.h | |
parent | 2ff996eb1b6e7e8f277efe369d616d57558c6667 (diff) | |
download | plus-ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4.tar.gz plus-ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4.tar.bz2 plus-ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4.tar.xz plus-ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4.zip |
improve selldialog class.
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 2 |
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); |