src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:20:08 +0000 (17:20 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:20:08 +0000 (17:20 +0800)
src/Lsp.vala

index 17fc16e..da7fd9c 100644 (file)
@@ -350,7 +350,7 @@ namespace Lsp {
             }
         }
         public Range selectionRange { get; set; }
-        public Glib.ListStore children { get; private set; default = new Glib.ListStore(typeof(DocumentSymbol)); }
+        public GLib.ListStore children { get; private set; default = new Glib.ListStore(typeof(DocumentSymbol)); }
         public string? parent_name;
 
         private DocumentSymbol () {}