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:
David Chisnall 2011-11-25 20:27:39 +00:00
parent addf80b350
commit a5bfae5fc4

View file

@ -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;
}
/*