Fix option set bug in AccountBehaviors.

This commit is contained in:
Maurice Parker 2020-01-27 20:05:07 -07:00
parent dd5633b5ae
commit 118ecd01b0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {