Skip to content

Commit

Permalink
switched struct to a class
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Jul 2, 2021
1 parent 618683b commit 88b5352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Datable
import TransmissionLinux
import NetworkLinux

public struct TransmissionToTransportConnection: Transport.Connection
public class TransmissionToTransportConnection: Transport.Connection
{
public var stateUpdateHandler: ((NWConnection.State) -> Void)?
public var viabilityUpdateHandler: ((Bool) -> Void)?
Expand Down

0 comments on commit 88b5352

Please sign in to comment.