From 3194efced84af992f33f18cba9975fa4d6a398be Mon Sep 17 00:00:00 2001 From: Jesse Farless Date: Sat, 14 May 2016 10:45:24 +0200 Subject: [PATCH] Update comment to use new non-deprecated method --- RxCocoa/Common/DelegateProxyType.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa/Common/DelegateProxyType.swift b/RxCocoa/Common/DelegateProxyType.swift index 485b9e35..ffd5bc37 100644 --- a/RxCocoa/Common/DelegateProxyType.swift +++ b/RxCocoa/Common/DelegateProxyType.swift @@ -163,7 +163,7 @@ extension DelegateProxyType { extension UISearchBar { public var rx_delegate: DelegateProxy { - return proxyForObject(RxSearchBarDelegateProxy.self, self) + return RxSearchBarDelegateProxy.proxyForObject(self) } public var rx_text: ControlProperty {