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); ActiveModColorEffect(void);
static void configure(const cRGB highlightColor); static void configure(const cRGB highlightColor);
virtual void begin(void) final; void begin(void) final;
private: private:
static cRGB highlightColor; static cRGB highlightColor;

Loading…
Cancel
Save