Skip to content

Commit b166b15

Browse files
SowmyaVikramphausler
authored andcommitted
Change NSMutableSet to align with Darwin version (#402)
1 parent f1da054 commit b166b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public class NSMutableSet : NSSet {
382382
super.init(objects: [], count: 0)
383383
}
384384

385-
public required convenience init?(coder: NSCoder) {
385+
public required convenience init?(coder aDecoder: NSCoder) {
386386
NSUnimplemented()
387387
}
388388

0 commit comments

Comments
 (0)