We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c21fb commit d98d6d1Copy full SHA for d98d6d1
1 file changed
BezierKit/Library/Path.swift
@@ -150,12 +150,12 @@ open class Path: NSObject {
150
return intersections
151
}
152
153
- #if os(WASI) || os(Linux)
154
- public convenience override init() {
+ #if canImport(ObjectiveC)
+ @objc public convenience override init() {
155
self.init(components: [])
156
157
#else
158
- @objc public convenience override init() {
+ public convenience override init() {
159
160
161
#endif
0 commit comments