Remove C-style typedef from TapDance ActionType enum

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1111/head
Michael Richters 3 years ago
parent 38988df273
commit 1eb7949f90
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -36,13 +36,13 @@ namespace kaleidoscope {
namespace plugin {
class TapDance : public kaleidoscope::Plugin {
public:
typedef enum {
enum ActionType {
Tap,
Hold,
Interrupt,
Timeout,
Release,
} ActionType;
};
TapDance(void) {}

Loading…
Cancel
Save