summaryrefslogtreecommitdiff
path: root/src/gui/itemamount.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2009-10-29 23:13:06 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-10-29 23:23:34 +0100
commit1c0ee2fc301d88c5c696392d9959e82e2acd0086 (patch)
treed7ad6b099e6978ad88690b73c060ae6869dea4f0 /src/gui/itemamount.h
parentf1c60e9a64bedb907bb8172c2927dc04aaeef6f0 (diff)
downloadmana-1c0ee2fc301d88c5c696392d9959e82e2acd0086.tar.gz
mana-1c0ee2fc301d88c5c696392d9959e82e2acd0086.tar.bz2
mana-1c0ee2fc301d88c5c696392d9959e82e2acd0086.tar.xz
mana-1c0ee2fc301d88c5c696392d9959e82e2acd0086.zip
Small refactoring ItemAmountWindow
Diffstat (limited to 'src/gui/itemamount.h')
-rw-r--r--src/gui/itemamount.h2
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);