diff options
Diffstat (limited to 'src/inputevent.h')
-rw-r--r-- | src/inputevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputevent.h b/src/inputevent.h index cbcc9cc99..cc2fbe5fb 100644 --- a/src/inputevent.h +++ b/src/inputevent.h @@ -39,7 +39,7 @@ typedef KeyTimeMap::iterator KeyTimeMapIter; struct InputEvent { - InputEvent(int action0, int mask0); + InputEvent(const int action0, const int mask0); int action; |