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