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

index 70b97d9..44b0cca 100644 (file)
@@ -351,7 +351,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 () {}