([GapArray -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@1155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-18 13:46:06 +00:00
parent a151fd55a0
commit 4c749159ef

View file

@ -62,9 +62,9 @@
return copy; return copy;
} }
- (void) _collectionEmpty - (void) empty
{ {
[super _collectionEmpty]; [super empty];
_gap_start = 0; _gap_start = 0;
_gap_size = _capacity; _gap_size = _capacity;
} }