mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Patch by Matt Rice to remove variable called class from header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
910deff1a6
commit
0558cd18a7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-02-09 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSZone.h (GSMakeWeakPointer): Rename class
|
||||
variable to theClass for objc++.
|
||||
|
||||
2009-02-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSArray.m: Implement new methods for inserting and replacing
|
||||
|
|
|
@ -242,7 +242,7 @@ GSAtomicMallocZone (void);
|
|||
* not built for garbage collection.
|
||||
*/
|
||||
GS_EXPORT void
|
||||
GSMakeWeakPointer(Class class, const char *iVarName);
|
||||
GSMakeWeakPointer(Class theClass, const char *iVarName);
|
||||
|
||||
/**
|
||||
* This function must be used to assign a value to a zeroing weak pointer.<br />
|
||||
|
|
Loading…
Reference in a new issue