Skip to content

Commit 1616a58

Browse files
committed
Fix building on xcode8.3
1 parent 0fcb790 commit 1616a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketIOClientConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public struct SocketIOClientConfiguration : ExpressibleByArrayLiteral, Collection, MutableCollection {
2626
public typealias Element = SocketIOClientOption
2727
public typealias Index = Array<SocketIOClientOption>.Index
28-
public typealias Generator = Array<SocketIOClientOption>.Generator
28+
public typealias Generator = Array<SocketIOClientOption>.Iterator
2929
public typealias SubSequence = Array<SocketIOClientOption>.SubSequence
3030

3131
private var backingArray = [SocketIOClientOption]()

0 commit comments

Comments
 (0)