mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Memory leak and other fixes from Frith-MacDonald.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc21fde8ae
commit
877756ca0e
17 changed files with 11155 additions and 10927 deletions
|
@ -260,6 +260,18 @@
|
|||
return self=[[NSUShortNumber alloc] initValue:&value withObjCType:NULL];
|
||||
}
|
||||
|
||||
- (id) copy
|
||||
{
|
||||
[self subclassResponsibility:_cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
- copyWithZone: (NSZone*)zone
|
||||
{
|
||||
[self subclassResponsibility:_cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) description
|
||||
{
|
||||
return [self descriptionWithLocale: nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue