mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:30:38 +00:00
Remove property attribute "strong" as gcc does not support this.
This commit is contained in:
parent
5627b69f1a
commit
9bb07ba461
2 changed files with 33 additions and 26 deletions
|
@ -63,7 +63,7 @@ enum {
|
|||
@property (readonly) pid_t processIdentifier;
|
||||
@property (readonly) NSInteger executableArchitecture;
|
||||
@property (readonly, copy) NSDate *launchDate;
|
||||
@property (readonly, strong) NSImage *icon;
|
||||
@property (readonly) 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