Skip to content

Commit 6b18c73

Browse files
pualkzaher
authored andcommitted
changed method visibility from public to open
1 parent 2519f45 commit 6b18c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxCocoa/Common/DelegateProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
///
200200
/// - parameter forwardToDelegate: Reference of delegate that receives all messages through `self`.
201201
/// - parameter retainDelegate: Should `self` retain `forwardToDelegate`.
202-
public func setForwardToDelegate(_ delegate: Delegate?, retainDelegate: Bool) {
202+
open func setForwardToDelegate(_ delegate: Delegate?, retainDelegate: Bool) {
203203
#if DEBUG // 4.0 all configurations
204204
MainScheduler.ensureExecutingOnScheduler()
205205
#endif

0 commit comments

Comments
 (0)