Skip to content

Commit 1499b0d

Browse files
committed
Fix warning
1 parent 01d6266 commit 1499b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/drivers/cocoa/cocoa_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void get_ios_version(int *major, int *minor);
115115
#endif
116116

117117
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 140000
118-
@property(nonatomic,readwrite) CADisplayLink *displayLink API_AVAILABLE(macos(14.0));
118+
@property(nonatomic,readwrite,retain) CADisplayLink *displayLink API_AVAILABLE(macos(14.0));
119119
#endif
120120

121121
@end

0 commit comments

Comments
 (0)