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

pull/365/head
Jesse Vincent 8 years ago
parent fcd1743f3b
commit 7da1fe702a
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -29,7 +29,7 @@ class MagicCombo : public KaleidoscopePlugin {
MagicCombo(void); MagicCombo(void);
virtual void begin(void) final; void begin(void) final;
static void configure(const dictionary_t dictionary[]); static void configure(const dictionary_t dictionary[]);
static uint16_t minInterval; static uint16_t minInterval;

Loading…
Cancel
Save