From 2837048a59ac5beab0b3428ca89c86857765de0a Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sat, 30 May 2015 07:17:22 +0000 Subject: MacGui: add nullability annotations to the headers and use weak where is possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBSubtitlesController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBSubtitlesController.h') diff --git a/macosx/HBSubtitlesController.h b/macosx/HBSubtitlesController.h index df72a30dd..2be943cd8 100644 --- a/macosx/HBSubtitlesController.h +++ b/macosx/HBSubtitlesController.h @@ -13,6 +13,6 @@ */ @interface HBSubtitlesController : NSViewController -@property (nonatomic, readwrite, unsafe_unretained) HBSubtitles *subtitles; +@property (nonatomic, readwrite, weak) HBSubtitles *subtitles; @end -- cgit v1.2.3