Skip to content

Commit 540f2c6

Browse files
committed
Merge branch 'topic/adapt_gpr2' into 'edge'
Adapt to GPR2 API change See merge request eng/ide/ada_language_server!1447
2 parents 0d7029a + 0880cbe commit 540f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ada/lsp-ada_handlers-project_loading.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ package body LSP.Ada_Handlers.Project_Loading is
401401
Project_Environment.Build_Path :=
402402
GPR2.Path_Name.Create_Directory
403403
(GPR2.Path_Name.Create (GPR).Relative_Path
404-
(GPR2.Path_Name.Create (Root_Dir)).Name,
404+
(GPR2.Path_Name.Create (Root_Dir)),
405405
GPR2.Filename_Type
406406
(Project_Environment.Build_Path.Value));
407407
end if;

0 commit comments

Comments
 (0)