mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
([OrderedCollection -replaceRange:withCollection:]): Return void.
([OrderedCollection -replaceRange:usingCollection:]): Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1174 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed687ac91d
commit
76af37a95b
1 changed files with 2 additions and 2 deletions
|
@ -167,13 +167,13 @@
|
||||||
|
|
||||||
// REPLACING;
|
// REPLACING;
|
||||||
|
|
||||||
- replaceRange: (IndexRange)aRange
|
- (void) replaceRange: (IndexRange)aRange
|
||||||
withCollection: (id <ConstantCollecting>)aCollection
|
withCollection: (id <ConstantCollecting>)aCollection
|
||||||
{
|
{
|
||||||
[self notImplemented: _cmd];
|
[self notImplemented: _cmd];
|
||||||
}
|
}
|
||||||
|
|
||||||
- replaceRange: (IndexRange)aRange
|
- (void) replaceRange: (IndexRange)aRange
|
||||||
usingCollection: (id <ConstantCollecting>)aCollection
|
usingCollection: (id <ConstantCollecting>)aCollection
|
||||||
{
|
{
|
||||||
[self notImplemented: _cmd];
|
[self notImplemented: _cmd];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue