diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:06:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:06:54 +0000 |
| commit | c517f511000c8ec775f7413527b9e276b7995806 (patch) | |
| tree | d2f5b8661b87b134a0d1f5c74c09527cd6274312 /util/epist/actions.cc | |
| parent | b4411cb1ef1c25a287181b570e974545e1010530 (diff) | |
some cleanups and such.
Diffstat (limited to 'util/epist/actions.cc')
| -rw-r--r-- | util/epist/actions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/actions.cc b/util/epist/actions.cc index ac4fc4ab..493d0215 100644 --- a/util/epist/actions.cc +++ b/util/epist/actions.cc @@ -22,7 +22,7 @@ #include "actions.hh" -Action::Action(enum ActionType type, KeyCode keycode, int modifierMask, +Action::Action(enum ActionType type, KeyCode keycode, unsigned int modifierMask, int num): _type(type), _keycode(keycode), _modifierMask(modifierMask), _numberParam(num) { } |
