From b9e5c705ab32865200ecce1e3b37a6966f296587 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Jul 2002 22:37:52 +0000 Subject: [PATCH] no need to scope here --- util/epist/actions.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2