File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class FailureDiagnostic {
149
149
// / path, uniqued and automatically calculate the summary flags
150
150
ConstraintLocator *
151
151
getConstraintLocator (Expr *anchor,
152
- ArrayRef<ConstraintLocator::PathElement> path) {
152
+ ArrayRef<ConstraintLocator::PathElement> path) const {
153
153
return CS.getConstraintLocator (anchor, path);
154
154
}
155
155
Original file line number Diff line number Diff line change @@ -1892,7 +1892,7 @@ class ConstraintSystem {
1892
1892
// / path, uniqued and automatically infer the summary flags
1893
1893
ConstraintLocator *
1894
1894
getConstraintLocator (Expr *anchor,
1895
- ArrayRef<ConstraintLocator::PathElement> path) const ;
1895
+ ArrayRef<ConstraintLocator::PathElement> path);
1896
1896
1897
1897
// / Retrieve the constraint locator for the given anchor and
1898
1898
// / an empty path, uniqued.
You can’t perform that action at this time.
0 commit comments