mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More ARC fixes. We don't want to be using __strong void* in ARC mode (it only makes sense in GC mode and is invalid in ARC mode).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
faa2c2a63f
commit
276046a76c
4 changed files with 14 additions and 4 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue