From eca78502037daf3b5876bafec6ca28b3a97e3a98 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sun, 26 Jun 2016 08:45:42 +0300 Subject: [PATCH] Fix a warning about the forward declaration of SelectionList --- src/insert_completer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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