summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 93af229..184c542 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -24,7 +24,6 @@ private:
24 24
25 QGraphicsScene *m_scene; 25 QGraphicsScene *m_scene;
26 26
27 Actor *getActor(Color);
28 typedef std::map<Color, Actor*> ActorMap; 27 typedef std::map<Color, Actor*> ActorMap;
29 ActorMap m_actors; 28 ActorMap m_actors;
30}; 29};