no need to scope here
This commit is contained in:
parent
bf21451f67
commit
b9e5c705ab
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
enum Action::ActionType _type;
|
||||
enum ActionType _type;
|
||||
const KeyCode _keycode;
|
||||
const int _modifierMask;
|
||||
|
||||
|
|
Loading…
Reference in a new issue