summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-05 01:18:26 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-05 01:18:26 +0200
commit3dba415cd9741874cdaf0781d7e725808c8a2b8d (patch)
tree350ce31ea04fb9ed716a8969f329738f97c9063a /pacman-c++/mainwidget.h
parentb35be096423e89746d441cbf2333800f853c92fd (diff)
downloadfoop-3dba415cd9741874cdaf0781d7e725808c8a2b8d.tar.gz
foop-3dba415cd9741874cdaf0781d7e725808c8a2b8d.tar.bz2
foop-3dba415cd9741874cdaf0781d7e725808c8a2b8d.zip
Fixed a minor issue
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};