mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
Add const directive
This commit is contained in:
parent
5612120c06
commit
80c0c7f92c
2 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ enum
|
|||
};
|
||||
typedef NSInteger NSCollectionViewScrollDirection;
|
||||
|
||||
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionHeader;
|
||||
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFooter;
|
||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
|
||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
|
||||
|
|
|
@ -48,7 +48,7 @@ typedef NSInteger NSCollectionElementCategory;
|
|||
|
||||
|
||||
typedef NSString *NSCollectionViewDecorationElementKind;
|
||||
NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
|
||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
|
||||
|
||||
@class NSCollectionViewLayoutAttributes;
|
||||
@class NSCollectionView;
|
||||
|
|
Loading…
Reference in a new issue