diff --git a/BezierKit/Library/PathComponent.swift b/BezierKit/Library/PathComponent.swift index 8806a0c..7693ed2 100644 --- a/BezierKit/Library/PathComponent.swift +++ b/BezierKit/Library/PathComponent.swift @@ -666,7 +666,7 @@ public struct IndexedPathComponentLocation: Equatable, Comparable { } public struct PathComponentIntersection { - let indexedComponentLocation1, indexedComponentLocation2: IndexedPathComponentLocation + public let indexedComponentLocation1, indexedComponentLocation2: IndexedPathComponentLocation } public struct PathComponentRange: Equatable {