* EOControl/EOCheapArray.h/m (-shallowCopy): Correct signature.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20710 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2005-02-14 12:24:07 +00:00
parent d30af1a4aa
commit 985f02b360
3 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
* EOControl/EOCheapArray.h/m (-initWithArray:): Correct signature
and only initialize instance variable if call to super init was
successfull.
(-shallowCopy): Correct signature.
2005-02-13 Manuel Guesdon <mguesdon@orange-concept.com>
* EOControl/EOClassDescription.m:

View file

@ -71,7 +71,7 @@
count: (unsigned int)count;
- (id)initWithArray: (NSArray *)array;
- (void)dealloc;
- (id)shallowCopy;
- (NSArray *)shallowCopy;
- (void)_setCopy: (id)param0;
- (void)_mutate;
- (unsigned int)count;

View file

@ -280,7 +280,7 @@ RCS_ID("$Id$")
#endif
}
- (id) shallowCopy
- (NSArray *)shallowCopy
{
#ifdef DEBUG
NSDebugFLog(@"Start shallowCopy EOCheapCopyMutableArray %p. %@ immutableCopy=%p",