summaryrefslogtreecommitdiff
path: root/src/inputevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputevent.cpp')
-rw-r--r--src/inputevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputevent.cpp b/src/inputevent.cpp
index 614be71f1..3b580dd36 100644
--- a/src/inputevent.cpp
+++ b/src/inputevent.cpp
@@ -22,7 +22,7 @@
#include "debug.h"
-InputEvent::InputEvent(int action0, int mask0) :
+InputEvent::InputEvent(const int action0, const int mask0) :
action(action0),
mask(mask0)
{