Fixed compile error on all tests MAC os

This commit is contained in:
sergdort 2016-06-25 22:14:04 +03:00
parent 5bf319adda
commit ada55ed8e5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class NSTextFieldSubclass
var test: Observable<Int> {
return rx_delegate
.observe(#selector(NSTextFieldDelegateSubclass.testEventHappened(_:)))
.map { a in (a[0] as! NSNumber).integerValue }
.map { a in (a[0] as! NSNumber).intValue }
}
func setMineForwardDelegate(_ testDelegate: TestDelegateProtocol) -> Disposable {