(_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:
mccallum 1995-03-18 15:48:28 +00:00
parent 1fcfc8bf93
commit 56cc4cd2d2
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@
capacity:aCapacity];
}
- (void) dealloc
- (void) _collectionDealloc
{
coll_hash_delete(_contents_hash);
[super dealloc];

View file

@ -144,7 +144,7 @@
return [self initWithType:@encode(id) capacity:aCapacity];
}
- (void) dealloc
- (void) _collectionDealloc
{
coll_hash_delete(_contents_hash);
[super dealloc];