summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r--src/gui/item_amount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h
index 227f6a87..03303603 100644
--- a/src/gui/item_amount.h
+++ b/src/gui/item_amount.h
@@ -50,7 +50,7 @@ class ItemAmountWindow : public Window, public gcn::ActionListener
/**
* Constructor.
*/
- ItemAmountWindow(int usage, Window *parent, Item *item);
+ ItemAmountWindow(int usage, Window *parent, Item *item, int maxRange = 0);
/**
* Called when receiving actions from widget.