We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2519f45 commit 6b18c73Copy full SHA for 6b18c73
RxCocoa/Common/DelegateProxy.swift
@@ -199,7 +199,7 @@
199
///
200
/// - parameter forwardToDelegate: Reference of delegate that receives all messages through `self`.
201
/// - parameter retainDelegate: Should `self` retain `forwardToDelegate`.
202
- public func setForwardToDelegate(_ delegate: Delegate?, retainDelegate: Bool) {
+ open func setForwardToDelegate(_ delegate: Delegate?, retainDelegate: Bool) {
203
#if DEBUG // 4.0 all configurations
204
MainScheduler.ensureExecutingOnScheduler()
205
#endif
0 commit comments