mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix forward declarations in NSProgress.h
This commit is contained in:
parent
8ca4381676
commit
ba71c24cad
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
@class NSString, NSDictionary, NSArray, NSNumber, NSURL, NSProgress;
|
||||
@class GS_GENERIC_CLASS(NSArray, ElementT);
|
||||
@class GS_GENERIC_CLASS(NSDictionary, KeyT, ValT);
|
||||
@class NSString, NSNumber, NSURL, NSProgress;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)
|
||||
|
||||
|
|
Loading…
Reference in a new issue