Skip to content

Commit dfa15d7

Browse files
committed
Resolve deprecation warning
1 parent edea76b commit dfa15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XPC Services/IRC Remote Connection Manager/Classes/IRC/IRCConnectionSocket.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ extension ConnectionError
223223
}
224224
}
225225

226-
protocol ConnectionSocketDelegate: class
226+
protocol ConnectionSocketDelegate: AnyObject
227227
{
228228
func connection(_ connection: ConnectionSocket, willConnectToProxy address: String, on port: UInt16)
229229
func connection(_ connection: ConnectionSocket, willConnectTo address: String, on port: UInt16)

0 commit comments

Comments
 (0)