Skip to content

Commit c1c3b3b

Browse files
AYastrebovesttorhe
authored andcommitted
- fix build error (#61)
* - fix build error * Revert "- fix build error" This reverts commit db77b94. * - remove empty new lines added by atom
1 parent 935879c commit c1c3b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RxViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ open class RxViewModel: NSObject {
2525
var disposeBag = DisposeBag()
2626

2727
/// Underlying variable that we'll listen to for changes
28-
private dynamic var _active: Bool = false
28+
@objc private dynamic var _active: Bool = false
2929

3030
/// Public «active» variable
3131
@objc public dynamic var active: Bool {

0 commit comments

Comments
 (0)