Skip to content

Commit

Permalink
fixup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 6, 2024
1 parent 5c73ff0 commit 6ffc546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ffc546

Please sign in to comment.