From 5035ea3e5616578fc406998e7850c55e5f4d13a6 Mon Sep 17 00:00:00 2001 From: totycro Date: Wed, 6 Apr 2011 15:25:58 +0200 Subject: merge --- pacman-c++/bonuspoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/bonuspoint.h') diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index b14f582..f0fc550 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h @@ -8,6 +8,7 @@ class BonusPoint { public: BonusPoint(QGraphicsItem *parent=0); + virtual ~BonusPoint() {}; }; #endif // BONUSPOINT_H -- cgit v1.2.3