We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 556857a + 7e741a6 commit f8c21d3Copy full SHA for f8c21d3
Foundation/NSSwiftRuntime.swift
@@ -88,11 +88,11 @@ extension ObjCBool : CustomStringConvertible {
88
89
@usableFromInline
90
internal class __NSCFType : NSObject {
91
- private var _cfinfo : Int32
+ private var _cfinfo : _CFInfo
92
93
override init() {
94
// This is not actually called; _CFRuntimeCreateInstance will initialize _cfinfo
95
- _cfinfo = 0
+ _cfinfo = _CFInfo(typeID: 0)
96
}
97
98
override var hash: Int {
0 commit comments