mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add missing GS_EXPORT_CLASS annotations.
This commit is contained in:
parent
ad250e9495
commit
09a9dfca1f
5 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,7 @@ extern "C" {
|
|||
* range 0 to NSNotFound-1.<br />
|
||||
* Each integer can appear in a collection only once.
|
||||
*/
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSIndexSet : NSObject <NSCopying, NSMutableCopying, NSCoding>
|
||||
{
|
||||
#if GS_EXPOSE(NSIndexSet)
|
||||
|
@ -191,6 +192,7 @@ DEFINE_BLOCK_TYPE(GSIndexSetEnumerationBlock, void, NSUInteger, BOOL*);
|
|||
@end
|
||||
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSMutableIndexSet : NSIndexSet
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue