summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h2
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
27private: 27private:
28 QPixmap m_pix; 28 QPixmap m_pix;