summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-04 16:03:18 -0700
committerIra Rice <irarice@gmail.com>2009-02-04 16:03:18 -0700
commitd05b238a3c100ed0b5b31093f3d15bb039dde8d6 (patch)
tree0fcbc93ed21ef467b857ac37d065cf10972c5648 /src/gui/itempopup.h
parent0bc83fbba9c8b5f2677b8183f16dd95645f3e998 (diff)
downloadmana-client-d05b238a3c100ed0b5b31093f3d15bb039dde8d6.tar.gz
mana-client-d05b238a3c100ed0b5b31093f3d15bb039dde8d6.tar.bz2
mana-client-d05b238a3c100ed0b5b31093f3d15bb039dde8d6.tar.xz
mana-client-d05b238a3c100ed0b5b31093f3d15bb039dde8d6.zip
Added destructors to some classes originally obtained from Legends of
Mazzeroth. At the moment, I think this is the last of the missing pointer deletes, but if more are found, then I'll add them to the proper classes and delete them. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index d9d37264..95ab6ffa 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -33,6 +33,7 @@ class ItemPopup : public Window
{
public:
ItemPopup();
+ ~ItemPopup();
void setItem(const ItemInfo &item);
unsigned int getNumRows();