From 5608082763e47afe4de8051672db65e1e8563aed Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Aug 2014 23:31:09 +0300 Subject: Add const into InputEvent fields. --- src/events/inputevent.h | 8 ++++---- 1 file 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 -- cgit v1.2.3-60-g2f50