Skip to content

Commit 29accc2

Browse files
Merge branch 'topic/fix_build_edge' into 'edge'
Adapt to new Laltools API to resolve names See merge request eng/ide/ada_language_server!1532
2 parents c3e2032 + e6c302c commit 29accc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ada/lsp-ada_declaration.adb

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ package body LSP.Ada_Declaration is
139139
On_Defining_Name : Boolean := False;
140140
-- Set to True if we are on a denfining name node
141141

142-
Ignore : Boolean;
142+
Ignore : Libadalang.Common.Ref_Result_Kind;
143143
begin
144144
if Self.Contexts.Is_Empty then
145145
-- No more contexts to process, sort and return collected results

0 commit comments

Comments
 (0)