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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 951b6c6..b15427c 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -42,7 +42,7 @@ private:
42 QMap<Color::Color, Actor*> m_actors; 42 QMap<Color::Color, Actor*> m_actors;
43 43
44 // key currently pressed by user 44 // key currently pressed by user
45 Transmission::field_t currentKey; 45 Transmission::field_t m_currentKey;
46 46
47 // translate Qt::Key to our key format 47 // translate Qt::Key to our key format
48 Transmission::field_t translateKey(int); 48 Transmission::field_t translateKey(int);