summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
authorFrank LENORMAND <lenormf@gmail.com>2016-06-26 08:45:42 +0300
committerMaxime Coste <frrrwww@gmail.com>2016-06-27 20:59:46 +0100
commiteca78502037daf3b5876bafec6ca28b3a97e3a98 (patch)
treeb9d344fe1bb8594821416444fdf0fd3de2cf13e2 /src/insert_completer.hh
parente07ff0c6693c27f15b7130aa58e7af92f1a14c54 (diff)
Fix a warning about the forward declaration of SelectionList
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh2
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