From: Alan Knowles Date: Sun, 17 Mar 2024 04:05:59 +0000 (+0800) Subject: src/Lsp.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e0f3dcce447022db2f7dbc433092f208565b9749;p=roobuilder src/Lsp.vala --- diff --git a/src/Lsp.vala b/src/Lsp.vala index 335d10228..ec896ecea 100644 --- a/src/Lsp.vala +++ b/src/Lsp.vala @@ -439,7 +439,7 @@ namespace Lsp { } } - public stirng sort_key { + public string sort_key { owned get { return this.kind.sort_key().to_string() + "=" + this.name; }