From 6e79d10a443356c67712ad4cbdcf665f82565e70 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 Mar 2024 17:20:58 +0800 Subject: [PATCH] src/Lsp.vala --- src/Lsp.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lsp.vala b/src/Lsp.vala index 70b97d97e..44b0cca45 100644 --- a/src/Lsp.vala +++ b/src/Lsp.vala @@ -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 () {} -- 2.39.2