src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:28:45 +0000 (18:28 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:28:45 +0000 (18:28 +0800)
src/Lsp.vala

index 4ba98da..3192e4a 100644 (file)
@@ -343,7 +343,7 @@ namespace Lsp {
 
                public Range range { get; set; } 
                public Range selectionRange { get; set; }
-               public GLib.ListStore children { get; private set; default = new GLib.ListStore(typeof(DocumentSymbol)); }
+               public GLib.ListStore children { get;  set; default = new GLib.ListStore(typeof(DocumentSymbol)); }
                public string? parent_name;
 
                private DocumentSymbol () {}