Skip to content

Commit

Permalink
Merge branch 'topic/libadalang/1085' into 'master'
Browse files Browse the repository at this point in the history
Adjust to libadalang API correction

See merge request eng/ide/libadalang-tools!151
  • Loading branch information
thvnx committed Oct 18, 2023
2 parents 111aa6c + bfecf30 commit 65b40dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tgen/tgen-types-translation.adb
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ package body TGen.Types.Translation is
case Kind (Subtype_Constraint) is
when Ada_Delta_Constraint_Range =>
Delta_Expr :=
Subtype_Constraint.As_Delta_Constraint.F_Digits;
Subtype_Constraint.As_Delta_Constraint.F_Delta;

when Ada_Range_Constraint_Range =>

Expand Down

0 comments on commit 65b40dd

Please sign in to comment.