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

pull/389/head
Jesse Vincent 8 years ago
parent 5273b43ba0
commit 06056f9a59
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -26,7 +26,7 @@ class ActiveModColorEffect : public KaleidoscopePlugin {
ActiveModColorEffect(void);
static void configure(const cRGB highlightColor);
virtual void begin(void) final;
void begin(void) final;
private:
static cRGB highlightColor;

Loading…
Cancel
Save