mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(_collectionDealloc): Renamed from dealloc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@149 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1fcfc8bf93
commit
56cc4cd2d2
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
|||
capacity:aCapacity];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
- (void) _collectionDealloc
|
||||
{
|
||||
coll_hash_delete(_contents_hash);
|
||||
[super dealloc];
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
return [self initWithType:@encode(id) capacity:aCapacity];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
- (void) _collectionDealloc
|
||||
{
|
||||
coll_hash_delete(_contents_hash);
|
||||
[super dealloc];
|
||||
|
|
Loading…
Reference in a new issue