diff options
Diffstat (limited to 'src/keyinput.h')
-rw-r--r-- | src/keyinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyinput.h b/src/keyinput.h index ae57408de..25d77636d 100644 --- a/src/keyinput.h +++ b/src/keyinput.h @@ -37,7 +37,7 @@ class KeyInput final : public gcn::KeyInput void setActionId(const int n) { mActionId = n; } - int getActionId() const + int getActionId() const A_WARN_UNUSED { return mActionId; } protected: |