([CircularArray -empty]): Renamed from _collectionEmpty, and

implemented to do entire job of emptying.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-18 13:42:07 +00:00
parent 5cd928bd5e
commit de0f2e6372

View file

@ -53,9 +53,9 @@
return copy;
}
- (void) _collectionEmpty
- (void) empty
{
[super _collectionEmpty];
[super empty];
_start_index = 0;
}