mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
([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:
parent
a151fd55a0
commit
4c749159ef
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue