mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
NSAutoreleasePool* -> id in NSApplication.h, so the header can be used in ARC code (which prohibits explicit references to NSAutoreleasePool).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
addf80b350
commit
a5bfae5fc4
1 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
@class NSArray;
|
||||
@class NSAutoreleasePool;
|
||||
@class NSDate;
|
||||
@class NSError;
|
||||
@class NSException;
|
||||
|
@ -156,7 +155,7 @@ APPKIT_EXPORT NSString *NSEventTrackingRunLoopMode;
|
|||
a single exception (which is why it is stored here as an ivar): the
|
||||
-terminate: method will destroy this autorelease pool before exiting
|
||||
the program. */
|
||||
NSAutoreleasePool *_runLoopPool;
|
||||
id _runLoopPool;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue