diff --git a/src/commands.hh b/src/commands.hh index 8fdc6057..1e70bd1e 100644 --- a/src/commands.hh +++ b/src/commands.hh @@ -7,7 +7,7 @@ namespace Kakoune { class Context; -class Key; +struct Key; void register_commands(); void exec_keys(ConstArrayView keys, Context& context);