diff options
Diffstat (limited to 'src/gui/itemamount.h')
-rw-r--r-- | src/gui/itemamount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/itemamount.h b/src/gui/itemamount.h index 33d6d816..1ae3f0d5 100644 --- a/src/gui/itemamount.h +++ b/src/gui/itemamount.h @@ -26,6 +26,7 @@ #include <guichan/actionlistener.hpp> +class IntTextField; class Item; /** @@ -71,7 +72,7 @@ class ItemAmountWindow : public Window, public gcn::ActionListener ItemAmountWindow(Usage usage, Window *parent, Item *item, int maxRange = 0); - gcn::Label *mItemAmountLabel; /**< Item amount caption. */ + IntTextField *mItemAmountTextField; /**< Item amount caption. */ Item *mItem; int mMax; |