diff options
-rw-r--r-- | src/events/inputevent.h | 8 |
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 |