Skip to content

Commit bf57381

Browse files
committed
CFURLComponentsRef does not get translated to CFURLComponents in the import types
1 parent 546dc8e commit bf57381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSURL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public class NSURLQueryItem : NSObject, NSSecureCoding, NSCopying {
604604
}
605605

606606
public class NSURLComponents : NSObject, NSCopying {
607-
private let _components : CFURLComponents!
607+
private let _components : CFURLComponentsRef!
608608

609609
public override func copy() -> AnyObject {
610610
return copyWithZone(nil)

0 commit comments

Comments
 (0)