mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-28 06:08:05 +03:00
Fix forward declare struct/class mismatch
This commit is contained in:
parent
f14f87d2d8
commit
adcd0a03b1
@ -7,7 +7,7 @@ namespace Kakoune
|
||||
{
|
||||
|
||||
class Context;
|
||||
class Key;
|
||||
struct Key;
|
||||
|
||||
void register_commands();
|
||||
void exec_keys(ConstArrayView<Key> keys, Context& context);
|
||||
|
Loading…
Reference in New Issue
Block a user