diff options
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r-- | src/gui/shopwindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index fe830c52d..5faaeb8ab 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -48,11 +48,10 @@ namespace gcn * * \ingroup Interface */ -class ShopWindow : public Window, public gcn::ActionListener, - public gcn::SelectionListener +class ShopWindow final : public Window, public gcn::ActionListener, + public gcn::SelectionListener { public: - enum ShopMode { BUY = 0, |