Skip to content

Commit

Permalink
- fix build error (#61)
Browse files Browse the repository at this point in the history
* - fix build error

* Revert "- fix build error"

This reverts commit db77b94.

* - remove empty new lines added by atom
  • Loading branch information
AYastrebov authored and esttorhe committed Oct 31, 2017
1 parent 935879c commit c1c3b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RxViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ open class RxViewModel: NSObject {
var disposeBag = DisposeBag()

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

/// Public «active» variable
@objc public dynamic var active: Bool {
Expand Down

0 comments on commit c1c3b3b

Please sign in to comment.