diff --git a/src/Kaleidoscope/Escape-OneShot.h b/src/Kaleidoscope/Escape-OneShot.h index f96d95c2..b42b6ddb 100644 --- a/src/Kaleidoscope/Escape-OneShot.h +++ b/src/Kaleidoscope/Escape-OneShot.h @@ -23,7 +23,7 @@ class EscapeOneShot : public KaleidoscopePlugin { public: EscapeOneShot(void); - virtual void begin(void) final; + void begin(void) final; private: static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);