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;