summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/sceneholder.h')
-rw-r--r--pacman-c++/sceneholder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h
index 7494c3f..1ca991e 100644
--- a/pacman-c++/sceneholder.h
+++ b/pacman-c++/sceneholder.h
@@ -33,6 +33,9 @@ protected:
33 // map of actors in order to keep track of those instances 33 // map of actors in order to keep track of those instances
34 QMap<Color::Color, Actor*> m_actors; 34 QMap<Color::Color, Actor*> m_actors;
35 35
36 /* my color */
37 Color::Color m_color;
38
36 QGraphicsScene *m_scene; 39 QGraphicsScene *m_scene;
37}; 40};
38 41