Fix a warning about the forward declaration of SelectionList
This commit is contained in:
parent
e07ff0c669
commit
eca7850203
|
@ -10,7 +10,7 @@
|
||||||
namespace Kakoune
|
namespace Kakoune
|
||||||
{
|
{
|
||||||
|
|
||||||
class SelectionList;
|
struct SelectionList;
|
||||||
struct Key;
|
struct Key;
|
||||||
|
|
||||||
struct InsertCompleterDesc
|
struct InsertCompleterDesc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user