mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Extra ivar for addObject: implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6eeac88fe0
commit
7f8d5fc9af
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ struct autorelease_array_list
|
|||
struct autorelease_array_list *_released_head;
|
||||
/* The total number of objects autoreleased in this pool. */
|
||||
unsigned _released_count;
|
||||
/* The method to add an object to this pool */
|
||||
void (*addImp)(id, SEL, id);
|
||||
}
|
||||
|
||||
+ (void)addObject: anObject;
|
||||
|
|
Loading…
Reference in a new issue