diff --git a/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h b/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h index 609ee47169..4e8ff3c204 100644 --- a/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h +++ b/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h @@ -53,7 +53,7 @@ class EscapeOneShot : public kaleidoscope::Plugin { Settings settings_ = {.cancel_oneshot_key = Key_Escape}; }; -class EscapeOneShotConfig : public Plugin, FocusPlugin { +class EscapeOneShotConfig : public Plugin, public FocusPlugin { public: EventHandlerResult onSetup(); EventHandlerResult onFocusEvent(const char *input);