diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-09 00:32:18 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-09 00:33:12 -0600 |
commit | 3074acf977841492b2378b5542bc3d755cf0a227 (patch) | |
tree | c925bea4d6d401f7ebeb03685f901f7adb9d24e2 /src/gui/npcdialog.h | |
parent | 2c409c2226f848c39fa0d371b56855d011c682db (diff) | |
download | mana-3074acf977841492b2378b5542bc3d755cf0a227.tar.gz mana-3074acf977841492b2378b5542bc3d755cf0a227.tar.bz2 mana-3074acf977841492b2378b5542bc3d755cf0a227.tar.xz mana-3074acf977841492b2378b5542bc3d755cf0a227.zip |
Fix some memory leaks
In doing so, NPC Dialogs now show the resize grip again.
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 7800d828..bd738e81 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -54,6 +54,8 @@ class NpcDialog : public Window, public gcn::ActionListener, */ NpcDialog(); + ~NpcDialog(); + /** * Called when receiving actions from the widgets. */ |