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

pull/389/head
Jesse Vincent 8 years ago
parent 1822c6e3c4
commit bbc7ddaeff
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -39,7 +39,7 @@ class Leader : public KaleidoscopePlugin {
Leader(void);
virtual void begin(void) final;
void begin(void) final;
static void configure(const dictionary_t dictionary[]);
static void reset(void);

Loading…
Cancel
Save