diff options
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index f5844bb..3cee699 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h | |||
| @@ -22,7 +22,7 @@ public: | |||
| 22 | Player4, // yellow | 22 | Player4, // yellow |
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | Actor(Type type); | 25 | Actor(Type type, QGraphicsItem *parent = 0); |
| 26 | 26 | ||
| 27 | private: | 27 | private: |
| 28 | QPixmap m_pix; | 28 | QPixmap m_pix; |
