diff options
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index f7113a5..0a97116 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h | |||
| @@ -33,7 +33,7 @@ private: | |||
| 33 | QGraphicsScene *m_scene; | 33 | QGraphicsScene *m_scene; |
| 34 | 34 | ||
| 35 | // map of actors in order to keep track of those instances | 35 | // map of actors in order to keep track of those instances |
| 36 | QMap<Color, Actor*> m_actors; | 36 | QMap<Color::Color, Actor*> m_actors; |
| 37 | 37 | ||
| 38 | // key currently pressed by user | 38 | // key currently pressed by user |
| 39 | transmission::field_t currentKey; | 39 | transmission::field_t currentKey; |
