summaryrefslogtreecommitdiff
path: root/src/events
diff options
context:
space:
mode:
Diffstat (limited to 'src/events')
-rw-r--r--src/events/inputevent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/events/inputevent.h b/src/events/inputevent.h
index 9707be94d..5b02c9089 100644
--- a/src/events/inputevent.h
+++ b/src/events/inputevent.h
@@ -57,10 +57,10 @@ struct InputEvent final
mask(0)
{ }
- std::string args;
- ChatTab *tab;
- int action;
- int mask;
+ const std::string args;
+ ChatTab *const tab;
+ const int action;
+ const int mask;
};
#endif // EVENTS_INPUTEVENT_H