summaryrefslogtreecommitdiff
path: root/src/inputevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-30 22:53:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-30 22:53:27 +0300
commit5cbd0d2cb7086fda592c00dbc3b07d06af95f080 (patch)
treed36b4ac344f31f34311c7cb7a9a637ed48356e3e /src/inputevent.h
parent4210163dae7d6266923ab11f78b631173c9533e3 (diff)
downloadmv-5cbd0d2cb7086fda592c00dbc3b07d06af95f080.tar.gz
mv-5cbd0d2cb7086fda592c00dbc3b07d06af95f080.tar.bz2
mv-5cbd0d2cb7086fda592c00dbc3b07d06af95f080.tar.xz
mv-5cbd0d2cb7086fda592c00dbc3b07d06af95f080.zip
Add const to more classes.
Diffstat (limited to 'src/inputevent.h')
-rw-r--r--src/inputevent.h2
1 files changed, 1 insertions, 1 deletions
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;