diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-05 01:18:26 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-05 01:18:26 +0200 |
| commit | 3dba415cd9741874cdaf0781d7e725808c8a2b8d (patch) | |
| tree | 350ce31ea04fb9ed716a8969f329738f97c9063a /pacman-c++/mainwidget.h | |
| parent | b35be096423e89746d441cbf2333800f853c92fd (diff) | |
| download | foop-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.h | 1 |
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 | }; |
