mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
2933fbed0c
commit
91e84080f4
1 changed files with 2 additions and 2 deletions
|
@ -167,13 +167,13 @@
|
|||
|
||||
// REPLACING;
|
||||
|
||||
- replaceRange: (IndexRange)aRange
|
||||
- (void) replaceRange: (IndexRange)aRange
|
||||
withCollection: (id <ConstantCollecting>)aCollection
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
}
|
||||
|
||||
- replaceRange: (IndexRange)aRange
|
||||
- (void) replaceRange: (IndexRange)aRange
|
||||
usingCollection: (id <ConstantCollecting>)aCollection
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue