diff --git a/RxExample/RxExample/Services/ActivityIndicator.swift b/RxExample/RxExample/Services/ActivityIndicator.swift index b74d1ce6..e678378f 100644 --- a/RxExample/RxExample/Services/ActivityIndicator.swift +++ b/RxExample/RxExample/Services/ActivityIndicator.swift @@ -14,7 +14,7 @@ import RxCocoa private struct ActivityToken : ObservableConvertibleType, Disposable { private let _source: Observable - private let _dispose: AnonymousDisposable + private let _dispose: Cancelable init(source: Observable, disposeAction: () -> ()) { _source = source