mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixup to allow documentation to build properly
This commit is contained in:
parent
9fadc19f8c
commit
bc16a59440
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ enum
|
|||
NSWrapCalendarComponents = (1UL << 0)
|
||||
};
|
||||
|
||||
NS_ENUM(NSInteger)
|
||||
typedef NS_ENUM(NSInteger, NSDateComponentEnum)
|
||||
{
|
||||
NSDateComponentUndefined = NSIntegerMax,
|
||||
NSUndefinedDateComponent = NSDateComponentUndefined
|
||||
|
|
Loading…
Reference in a new issue