summaryrefslogtreecommitdiffstats
path: root/macosx/HBPictureController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-05-30 07:17:22 +0000
committerritsuka <[email protected]>2015-05-30 07:17:22 +0000
commit2837048a59ac5beab0b3428ca89c86857765de0a (patch)
tree15417d195f7223d85fac22560479717dfda31101 /macosx/HBPictureController.h
parent93fb333304b2493a50623b04caac95b53eca3240 (diff)
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
Diffstat (limited to 'macosx/HBPictureController.h')
-rw-r--r--macosx/HBPictureController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPictureController.h b/macosx/HBPictureController.h
index 1460fa9e2..07dbfe40b 100644
--- a/macosx/HBPictureController.h
+++ b/macosx/HBPictureController.h
@@ -14,6 +14,6 @@
@property (nonatomic, readwrite, strong) HBFilters *filters;
@property (nonatomic, readwrite, strong) HBPicture *picture;
-@property (nonatomic, readwrite, unsafe_unretained) NSWindowController *previewWindow;
+@property (nonatomic, readwrite, weak) NSWindowController *previewWindow;
@end