From fcff6f3d20b889aa6a8c08258c845717e5d9e684 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 2 Jun 2017 23:44:38 -0700 Subject: [PATCH] Make the linter happy --- src/Kaleidoscope/SpaceCadet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope/SpaceCadet.h b/src/Kaleidoscope/SpaceCadet.h index 34ca221c..0b66aef4 100644 --- a/src/Kaleidoscope/SpaceCadet.h +++ b/src/Kaleidoscope/SpaceCadet.h @@ -25,7 +25,7 @@ class SpaceCadetShift : public KaleidoscopePlugin { public: SpaceCadetShift (void); - virtual void begin (void) final; + void begin (void) final; static void configure (Key left, Key right); static uint16_t timeOut;