summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/bonuspoint.h')
-rw-r--r--pacman-c++/bonuspoint.h1
1 files changed, 1 insertions, 0 deletions
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
8{ 8{
9public: 9public:
10 BonusPoint(QGraphicsItem *parent=0); 10 BonusPoint(QGraphicsItem *parent=0);
11 virtual ~BonusPoint() {};
11}; 12};
12 13
13#endif // BONUSPOINT_H 14#endif // BONUSPOINT_H