diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index cfae4b4..ebd1615 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -7,7 +7,7 @@ class BonusPoint | |||
| 7 | : public PixmapItem | 7 | : public PixmapItem |
| 8 | { | 8 | { |
| 9 | public: | 9 | public: |
| 10 | BonusPoint(); | 10 | BonusPoint(QGraphicsItem *parent=0); |
| 11 | private: | 11 | private: |
| 12 | 12 | ||
| 13 | }; | 13 | }; |
