Skip to content

Commit

Permalink
Renamed the PriorityPrecedence to CartographyPriorityPrecedence to av…
Browse files Browse the repository at this point in the history
…oid possible name clashes with other frameworks
  • Loading branch information
raphaelcruzeiro committed Sep 13, 2016
1 parent e6a56c3 commit 5a6bb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cartography/Priority.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import AppKit
public typealias LayoutPriority = NSLayoutPriority
#endif

precedencegroup PriorityPrecedence {
precedencegroup CarthographyPriorityPrecedence {
lowerThan: ComparisonPrecedence
}

infix operator ~: PriorityPrecedence
infix operator ~: CarthographyPriorityPrecedence

/// Sets the priority for a constraint.
///
Expand Down

0 comments on commit 5a6bb63

Please sign in to comment.