diff options
Diffstat (limited to 'src/gui/itemamount.h')
-rw-r--r-- | src/gui/itemamount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemamount.h b/src/gui/itemamount.h index 52b72a38..72db3444 100644 --- a/src/gui/itemamount.h +++ b/src/gui/itemamount.h @@ -77,7 +77,7 @@ class ItemAmountWindow : public Window, static void showWindow(Usage usage, Window *parent, Item *item, int maxRange = 0); - void scheduleDelete(); + ~ItemAmountWindow(); private: static void finish(Item *item, int amount, Usage usage); |