diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-19 22:37:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-19 22:37:52 +0000 |
| commit | b9e5c705ab32865200ecce1e3b37a6966f296587 (patch) | |
| tree | 058cdf3f6a7aa5e56653ecbfdfa6277056e3bf2c /util | |
| parent | bf21451f67091d12e8d1048e2035ca337ccaf0ba (diff) | |
no need to scope here
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/actions.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 66d320b7..3471f4c4 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -47,7 +47,7 @@ public: }; private: - enum Action::ActionType _type; + enum ActionType _type; const KeyCode _keycode; const int _modifierMask; |
