Skip to content

Commit b5a7114

Browse files
committed
Merge pull request swiftlang#29 from krzyzanowskim/master
mark NSCache() initializer as public
2 parents 7d77b31 + 1dd831b commit b5a7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSCache.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class NSCache : NSObject {
3232
public var countLimit: Int = -1 // limits are imprecise/not strict
3333
public var evictsObjectsWithDiscardedContent: Bool = false
3434

35-
override init() {
35+
public override init() {
3636

3737
}
3838

0 commit comments

Comments
 (0)