Remove property attribute "strong" as gcc does not support this.

This commit is contained in:
fredkiefer 2017-07-27 08:29:18 +02:00
parent 5627b69f1a
commit 9bb07ba461
2 changed files with 33 additions and 26 deletions

View file

@ -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;