summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
commitb7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 (patch)
treeee27a5a1ace7e5dbc588466dc623013e4d5cea99 /src/gui/shopwindow.h
parent7d3059516fc25134d0d29b497e546f2846162399 (diff)
downloadplus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.gz
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.bz2
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.xz
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.zip
Improve constructors in some classes.
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h9
1 files changed, 5 insertions, 4 deletions
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;