From: Dana Jansens Date: Fri, 19 Jul 2002 22:37:52 +0000 (+0000) Subject: no need to scope here X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b9e5c705ab32865200ecce1e3b37a6966f296587;p=chaz%2Fopenbox no need to scope here --- 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;