diff options
Diffstat (limited to 'src/keyinput.h')
-rw-r--r-- | src/keyinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyinput.h b/src/keyinput.h index 89e29375a..52ca2f211 100644 --- a/src/keyinput.h +++ b/src/keyinput.h @@ -34,10 +34,10 @@ class KeyInput : public gcn::KeyInput ~KeyInput(); - void setActionId(int n) + void setActionId(const int n) { mActionId = n; } - int getActionId() + int getActionId() const { return mActionId; } protected: |