Fix option set bug in AccountBehaviors.
This commit is contained in:
parent
dd5633b5ae
commit
118ecd01b0
|
@ -29,7 +29,7 @@ public struct AccountBehaviors: OptionSet {
|
||||||
/**
|
/**
|
||||||
Account doesn't support OPML imports
|
Account doesn't support OPML imports
|
||||||
*/
|
*/
|
||||||
public static let disallowOPMLImports = AccountBehaviors(rawValue: 3)
|
public static let disallowOPMLImports = AccountBehaviors(rawValue: 4)
|
||||||
|
|
||||||
public let rawValue: Int
|
public let rawValue: Int
|
||||||
public init(rawValue: Int) {
|
public init(rawValue: Int) {
|
||||||
|
|
Loading…
Reference in New Issue