From 5cbd0d2cb7086fda592c00dbc3b07d06af95f080 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 30 Aug 2012 22:53:27 +0300 Subject: Add const to more classes. --- src/inputevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inputevent.h') 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; -- cgit v1.2.3-60-g2f50