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

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

@ -33,7 +33,7 @@ typedef enum {
class Base : public KaleidoscopePlugin {
public:
virtual void begin(void) final;
void begin(void) final;
Type os(void);
void os(Type osType);

Loading…
Cancel
Save