mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 18:10:50 +00:00
Fix NSDictionary forward declaration in NSProgress.h
This commit is contained in:
parent
ba71c24cad
commit
6de8384ea5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
@class GS_GENERIC_CLASS(NSArray, ElementT);
|
||||
@class GS_GENERIC_CLASS(NSDictionary, KeyT, ValT);
|
||||
@class GS_GENERIC_CLASS(NSDictionary, KeyT:id<NSCopying>, ValT);
|
||||
@class NSString, NSNumber, NSURL, NSProgress;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue