Skip to content

Commit 0e3ab67

Browse files
thvnxeliericha
authored andcommitted
Adapt to libadalang API changes #2
This is a fixup for fabfb39. Fix 0178_wsdl_b, 0266_type_constraints, and 0288_wsdl_return_enum. TN: V622-016
1 parent 49451d0 commit 0e3ab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ada2wsdl-parser.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ package body Ada2WSDL.Parser is
972972
R.As_Composite_Constraint.P_Is_Index_Constraint
973973
then
974974
return R.As_Composite_Constraint.F_Constraints.Child (1)
975-
.As_Bin_Op;
975+
.As_Composite_Constraint_Assoc.F_Constraint_Expr.As_Bin_Op;
976976
else
977977
return No_Bin_Op;
978978
end if;

0 commit comments

Comments
 (0)