virtual void begin(void) final is redunant and makes the linter unhappy

pull/389/head
Jesse Vincent 7 years ago
parent f4d2efce5c
commit 31e2151cf7
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -23,7 +23,7 @@ class EscapeOneShot : public KaleidoscopePlugin {
public:
EscapeOneShot(void);
virtual void begin(void) final;
void begin(void) final;
private:
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);

Loading…
Cancel
Save