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 { namespace plugin {
class TapDance : public kaleidoscope::Plugin { class TapDance : public kaleidoscope::Plugin {
public: public:
typedef enum { enum ActionType {
Tap, Tap,
Hold, Hold,
Interrupt, Interrupt,
Timeout, Timeout,
Release, Release,
} ActionType; };
TapDance(void) {} TapDance(void) {}

Loading…
Cancel
Save