Fix a warning about the forward declaration of SelectionList

This commit is contained in:
Frank LENORMAND 2016-06-26 08:45:42 +03:00 committed by Maxime Coste
parent e07ff0c669
commit eca7850203

View File

@ -10,7 +10,7 @@
namespace Kakoune
{
class SelectionList;
struct SelectionList;
struct Key;
struct InsertCompleterDesc