fix for 1.2
This commit is contained in:
parent
1d70305743
commit
5e1a19f638
|
|
@ -48,7 +48,7 @@ class SocketParser {
|
|||
var newDict = NSMutableDictionary(dictionary: dict)
|
||||
|
||||
for (key, value) in newDict {
|
||||
newDict[key as NSCopying] = shred(value)
|
||||
newDict[key as! NSCopying] = shred(value)
|
||||
}
|
||||
|
||||
return newDict
|
||||
|
|
|
|||
Loading…
Reference in New Issue