mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:00:47 +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
|
@ -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…
Add table
Add a link
Reference in a new issue