diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 4 |
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: /** |