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 bd83d5f..ede3ecf 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -43,7 +43,7 @@ private:
43 Transmission::field_t m_currentKey; 43 Transmission::field_t m_currentKey;
44 44
45 // translate Qt::Key to our key format 45 // translate Qt::Key to our key format
46 Transmission::field_t translateKey(int key, int def=0); 46 Transmission::field_t translateKey(int key);
47 47
48 // game running 48 // game running
49 bool m_running; 49 bool m_running;