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

pull/365/head
Jesse Vincent 8 years ago
parent 34ea7200ac
commit 6521013ca5
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -11,7 +11,7 @@ class Macros_ : public KaleidoscopePlugin {
public:
Macros_(void);
virtual void begin(void) final;
void begin(void) final;
void play(const macro_t *macro_p);

Loading…
Cancel
Save