Skip to content

Commit

Permalink
fix for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearace committed Mar 27, 2015
1 parent f669267 commit d308111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftIO/SocketPacket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class SocketPacket {
}
}

self.data = newArr
self.data = newArr as [AnyObject]
}

private func _fillInPlaceholders(data:AnyObject) -> AnyObject {
Expand Down

0 comments on commit d308111

Please sign in to comment.