summaryrefslogtreecommitdiffstats
path: root/src/ui/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/key.h')
-rw-r--r--src/ui/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/key.h b/src/ui/key.h
index be28b6e..1943f61 100644
--- a/src/ui/key.h
+++ b/src/ui/key.h
@@ -50,7 +50,7 @@ class CKey : public CControl
protected:
bool TestKey(int key);
- int m_key[2];
+ unsigned int m_key[2];
bool m_bCatch;
CApplication *m_app;