mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Add global Foundation header file.
Fix some missed memory allocation function usage. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0e21e1aa0
commit
5c9a97f30d
15 changed files with 134 additions and 24 deletions
|
@ -149,7 +149,7 @@ extraRefCount (id anObject)
|
|||
return [[self alloc] init];
|
||||
}
|
||||
|
||||
- copyWithZone:(NSZone *)zone;
|
||||
- copyWithZone:(NSZone *)zone
|
||||
{
|
||||
return NSCopyObject (self, 0, zone);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue