mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix protocol error
This commit is contained in:
parent
a3a9a1712c
commit
eb319c9499
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ typedef NSUInteger NSFontAssetRequestOptions;
|
|||
DEFINE_BLOCK_TYPE(GSFontAssetCompletionHandler, BOOL, NSError*);
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSFontAssetRequest : NSObject <NSProgressReporting>
|
||||
@interface NSFontAssetRequest : NSObject // <NSProgressReporting>
|
||||
|
||||
- (instancetype) initWithFontDescriptors: (NSArray *)fontDescriptors
|
||||
options: (NSFontAssetRequestOptions)options;
|
||||
|
|
Loading…
Reference in a new issue