mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 17:21:02 +00:00
Safety check for enum.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
655ae54083
commit
171389e7df
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
@class NSFont;
|
||||
|
||||
typedef enum _NSTextAlignment {
|
||||
NSLeftTextAlignment,
|
||||
NSLeftTextAlignment = 0,
|
||||
NSRightTextAlignment,
|
||||
NSCenterTextAlignment,
|
||||
NSJustifiedTextAlignment,
|
||||
|
|
Loading…
Reference in a new issue