no need to scope here

This commit is contained in:
Dana Jansens 2002-07-19 22:37:52 +00:00
parent bf21451f67
commit b9e5c705ab

View file

@ -47,7 +47,7 @@ public:
};
private:
enum Action::ActionType _type;
enum ActionType _type;
const KeyCode _keycode;
const int _modifierMask;