summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;