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

index 9fa88a4..7021f49 100644 (file)
@@ -963,7 +963,7 @@ namespace Lsp {
                    return false;
                }
                        //GLib.debug("got child length of %d", (int) property_node.get_array ().get_length());
-               var arguments = new Gee.arrayList<ParameterInformation>();
+               var arguments = new Gee.ArrayList<ParameterInformation>();
 
                property_node.get_array ().foreach_element ((array, index, element) => {