diff --git a/Source/objects/NSSet.h b/Source/objects/NSSet.h index 767fcd184..2ff0cf257 100644 --- a/Source/objects/NSSet.h +++ b/Source/objects/NSSet.h @@ -33,14 +33,16 @@ /* Eventually we'll make a Constant version of this protocol. */ @interface NSSet (GNU) -@end - -@interface NSMutableSet (GNU) +/* These methods will be moved to NSMutableSet as soon as GNU's + collection objects are separated by mutability. */ + (unsigned) defaultCapacity; - initWithType: (const char *)contentEncoding capacity: (unsigned)aCapacity; @end +@interface NSMutableSet (GNU) +@end + @interface NSCountedSet (GNU) @end