summaryrefslogtreecommitdiff
path: root/src/gui/selldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-15 02:20:52 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-15 02:20:52 +0300
commit18b8d9888cd5ee8a533a1059f109d8de1c6b04d1 (patch)
treedb753995392ae8e6c5202467f417f31deb8717f0 /src/gui/selldialog.h
parentc3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a (diff)
downloadplus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.gz
plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.bz2
plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.xz
plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.zip
Fix code style again.
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r--src/gui/selldialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h
index dd92e4033..8b1d73ce3 100644
--- a/src/gui/selldialog.h
+++ b/src/gui/selldialog.h
@@ -47,7 +47,9 @@ namespace gcn
*
* \ingroup Interface
*/
-class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener
+class SellDialog : public Window,
+ private gcn::ActionListener,
+ private gcn::SelectionListener
{
public:
/**