([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:
mccallum 1996-03-18 13:58:56 +00:00
parent 2933fbed0c
commit 91e84080f4

View file

@ -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];