Skip to content

Commit

Permalink
change the visibility to PathComponentIntersection
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Dec 31, 2021
1 parent 1bc0dbc commit ac09a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BezierKit/Library/PathComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ac09a2c

Please sign in to comment.