mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
We can actually use retain as an equivalent property when not using ARC
This commit is contained in:
parent
9bb07ba461
commit
47c09aaedb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-07-28 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/AppKit/NSRunningApplication.h: We can actually use retain
|
||||
as an equivalent property when not using ARC.
|
||||
|
||||
2017-07-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSRunningApplication.h: Remove property attribute
|
||||
|
|
|
@ -63,7 +63,7 @@ enum {
|
|||
@property (readonly) pid_t processIdentifier;
|
||||
@property (readonly) NSInteger executableArchitecture;
|
||||
@property (readonly, copy) NSDate *launchDate;
|
||||
@property (readonly) NSImage *icon;
|
||||
@property (readonly, retain) NSImage *icon;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
|
||||
@property (readonly) BOOL ownsMenuBar;
|
||||
|
|
Loading…
Reference in a new issue