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

pull/389/head
Jesse Vincent 8 years ago
parent 7ec1fe2908
commit 4bbf55a948
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -32,7 +32,7 @@ class GhostInTheFirmware : public KaleidoscopePlugin {
GhostInTheFirmware(void);
virtual void begin(void) final;
void begin(void) final;
static void configure(const GhostKey ghostKeys[]);
static void activate(void);

Loading…
Cancel
Save