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

index 58526a0..17fc16e 100644 (file)
@@ -418,7 +418,7 @@ namespace Lsp {
                    return false;
                }
                         
-               var arguments = new GLib.ListStore(typeof(<DocumentSymbol));
+               var arguments = new GLib.ListStore(typeof(DocumentSymbol));
 
                property_node.get_array ().foreach_element ((array, index, element) => {