From 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 10 Apr 2011 21:34:29 +0200 Subject: - first round of coding cleanup - small sound fix --- pacman-c++/bonuspoint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pacman-c++/bonuspoint.h') diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index f0fc550..d204f72 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h @@ -8,7 +8,8 @@ class BonusPoint { public: BonusPoint(QGraphicsItem *parent=0); - virtual ~BonusPoint() {}; + virtual ~BonusPoint() + {}; }; #endif // BONUSPOINT_H -- cgit v1.2.3