From 4586f2e1da78847bb6cff398d8f79ef89d6e05bf Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Wed, 10 Jun 2009 20:13:45 +0200 Subject: [PATCH] bla --- cockatrice/src/decklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/decklist.h b/cockatrice/src/decklist.h index a7db6d5d..f9cbfe52 100644 --- a/cockatrice/src/decklist.h +++ b/cockatrice/src/decklist.h @@ -27,7 +27,7 @@ private: class compareFunctor; public: InnerDecklistNode(const QString &_name = QString(), InnerDecklistNode *_parent = 0) : AbstractDecklistNode(_parent), name(_name) { } - ~InnerDecklistNode(); + virtual ~InnerDecklistNode(); QString getName() const { return name; } void setName(const QString &_name) { name = _name; } virtual QString getVisibleName() const;