diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2016-06-26 08:45:42 +0300 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-06-27 20:59:46 +0100 |
| commit | eca78502037daf3b5876bafec6ca28b3a97e3a98 (patch) | |
| tree | b9d344fe1bb8594821416444fdf0fd3de2cf13e2 /src/insert_completer.hh | |
| parent | e07ff0c6693c27f15b7130aa58e7af92f1a14c54 (diff) | |
Fix a warning about the forward declaration of SelectionList
Diffstat (limited to 'src/insert_completer.hh')
| -rw-r--r-- | src/insert_completer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh index 538df099..572e3be1 100644 --- a/src/insert_completer.hh +++ b/src/insert_completer.hh @@ -10,7 +10,7 @@ namespace Kakoune { -class SelectionList; +struct SelectionList; struct Key; struct InsertCompleterDesc |
