fix for 1.2

This commit is contained in:
Erik 2015-03-22 15:12:01 -04:00
parent 1d70305743
commit 5e1a19f638

View File

@ -48,7 +48,7 @@ class SocketParser {
var newDict = NSMutableDictionary(dictionary: dict) var newDict = NSMutableDictionary(dictionary: dict)
for (key, value) in newDict { for (key, value) in newDict {
newDict[key as NSCopying] = shred(value) newDict[key as! NSCopying] = shred(value)
} }
return newDict return newDict