From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/shopwindow.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/shopwindow.h') diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index 874353873..fe830c52d 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -49,7 +49,7 @@ namespace gcn * \ingroup Interface */ class ShopWindow : public Window, public gcn::ActionListener, - public gcn::SelectionListener + public gcn::SelectionListener { public: @@ -145,6 +145,10 @@ class ShopWindow : public Window, public gcn::ActionListener, static DialogList instances; gcn::Button *mCloseButton; + + ShopItems *mBuyShopItems; + ShopItems *mSellShopItems; + ShopListBox *mBuyShopItemList; ShopListBox *mSellShopItemList; gcn::ScrollArea *mBuyScrollArea; @@ -161,9 +165,6 @@ class ShopWindow : public Window, public gcn::ActionListener, gcn::Button *mSellAuctionButton; gcn::CheckBox *mAnnounceLinks; - ShopItems *mBuyShopItems; - ShopItems *mSellShopItems; - int mSelectedItem; int mAnnonceTime; int mLastRequestTimeList; -- cgit v1.2.3-60-g2f50