Skip to content

Commit

Permalink
Update Signal.swift (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-alcock-hs authored May 18, 2021
1 parent 8dbb484 commit d08120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Signal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public final class Signal<Event> {
}
}

private protocol Subscription: class {
private protocol Subscription: AnyObject {
associatedtype Event

/// `DispatchQueue` in which to dispatch events.
Expand Down

0 comments on commit d08120e

Please sign in to comment.