Skip to content

Commit e6c302c

Browse files
Adapt to new Laltools API to resolve names
For eng/ide/ada_language_server#1318
1 parent c3e2032 commit e6c302c

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)