mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-25 05:40:55 +00:00
* 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:
parent
d30af1a4aa
commit
985f02b360
3 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -280,7 +280,7 @@ RCS_ID("$Id$")
|
|||
#endif
|
||||
}
|
||||
|
||||
- (id) shallowCopy
|
||||
- (NSArray *)shallowCopy
|
||||
{
|
||||
#ifdef DEBUG
|
||||
NSDebugFLog(@"Start shallowCopy EOCheapCopyMutableArray %p. %@ immutableCopy=%p",
|
||||
|
|
Loading…
Reference in a new issue