summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-19 22:37:52 +0000
committerDana Jansens <danakj@orodu.net>2002-07-19 22:37:52 +0000
commitb9e5c705ab32865200ecce1e3b37a6966f296587 (patch)
tree058cdf3f6a7aa5e56653ecbfdfa6277056e3bf2c
parentbf21451f67091d12e8d1048e2035ca337ccaf0ba (diff)
no need to scope here
-rw-r--r--util/epist/actions.hh2
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;