Skip to content

Commit ac09a2c

Browse files
change the visibility to PathComponentIntersection
1 parent 1bc0dbc commit ac09a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BezierKit/Library/PathComponent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ public struct IndexedPathComponentLocation: Equatable, Comparable {
666666
}
667667

668668
public struct PathComponentIntersection {
669-
let indexedComponentLocation1, indexedComponentLocation2: IndexedPathComponentLocation
669+
public let indexedComponentLocation1, indexedComponentLocation2: IndexedPathComponentLocation
670670
}
671671

672672
public struct PathComponentRange: Equatable {

0 commit comments

Comments
 (0)