mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:00:37 +00:00
Use enum value NSLayoutPriorityRequired instead of literal
This commit is contained in:
parent
58b82dc39a
commit
59b7d8cfca
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static NSNotificationCenter *nc = nil;
|
||||||
attribute: attr2
|
attribute: attr2
|
||||||
multiplier: mult
|
multiplier: mult
|
||||||
constant: c
|
constant: c
|
||||||
priority: 1000.0];
|
priority: NSLayoutPriorityRequired];
|
||||||
|
|
||||||
AUTORELEASE(constraint);
|
AUTORELEASE(constraint);
|
||||||
return constraint;
|
return constraint;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue