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 eaa8be0..04beec2 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -45,7 +45,7 @@ private:
45 Transmission::field_t m_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 key, int def=0);
49 49
50 // game running 50 // game running
51 bool m_running; 51 bool m_running;