mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([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:
parent
5cd928bd5e
commit
de0f2e6372
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@
|
|||
return copy;
|
||||
}
|
||||
|
||||
- (void) _collectionEmpty
|
||||
- (void) empty
|
||||
{
|
||||
[super _collectionEmpty];
|
||||
[super empty];
|
||||
_start_index = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue