From 51c1436f27042c1a84aa3d18aa500385abc7f57b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 06:35:15 +0300 Subject: Remove default parameters from itemamountwindow. --- src/gui/windows/itemamountwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/itemamountwindow.h') diff --git a/src/gui/windows/itemamountwindow.h b/src/gui/windows/itemamountwindow.h index 97f539ac9..ca0bd4955 100644 --- a/src/gui/windows/itemamountwindow.h +++ b/src/gui/windows/itemamountwindow.h @@ -80,8 +80,8 @@ class ItemAmountWindow final : public Window, static void showWindow(const ItemAmountWindowUsageT usage, Window *const parent, Item *const item, - int maxRange = 0, - const int tag = 0); + int maxRange, + const int tag); ~ItemAmountWindow(); @@ -96,7 +96,7 @@ class ItemAmountWindow final : public Window, ItemAmountWindow(const ItemAmountWindowUsageT usage, Window *const parent, Item *const item, - const int maxRange = 0); + const int maxRange); /**< Item amount caption. */ IntTextField *mItemAmountTextField A_NONNULLPOINTER; -- cgit v1.2.3-60-g2f50