summaryrefslogtreecommitdiff
path: root/src/gui/windows/selldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-22 14:25:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-22 14:25:57 +0300
commitbeaddb973febb0570a9d035c2221e4fd06e3ac47 (patch)
treef4a6aec77bd0ffd1afb3f06429777b27ccfec42f /src/gui/windows/selldialog.h
parentd34decaf8b2b4cbffca970e9059e1a2b4f463055 (diff)
downloadplus-beaddb973febb0570a9d035c2221e4fd06e3ac47.tar.gz
plus-beaddb973febb0570a9d035c2221e4fd06e3ac47.tar.bz2
plus-beaddb973febb0570a9d035c2221e4fd06e3ac47.tar.xz
plus-beaddb973febb0570a9d035c2221e4fd06e3ac47.zip
Move shop sell code from SellDialog into ShopSellDialog.
Diffstat (limited to 'src/gui/windows/selldialog.h')
-rw-r--r--src/gui/windows/selldialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/windows/selldialog.h b/src/gui/windows/selldialog.h
index 81aaabbb2..471ae74f2 100644
--- a/src/gui/windows/selldialog.h
+++ b/src/gui/windows/selldialog.h
@@ -122,8 +122,7 @@ class SellDialog notfinal : public Window,
*/
void updateButtonsAndLabels();
- virtual void sellAction(const ActionEvent &event A_UNUSED)
- { }
+ virtual void sellAction(const ActionEvent &event) = 0;
std::string mNick;