From: Dana Jansens Date: Fri, 19 Jul 2002 22:37:52 +0000 (+0000) Subject: no need to scope here X-Git-Tag: openbox-2_0_0~247 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b9e5c705ab32865200ecce1e3b37a6966f296587;p=dana%2Fopenbox.git 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;