summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBVideoController.h')
-rw-r--r--macosx/HBVideoController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h
index 6ea8bc41c..b3725eaa7 100644
--- a/macosx/HBVideoController.h
+++ b/macosx/HBVideoController.h
@@ -16,6 +16,6 @@
- (instancetype)initWithAdvancedController:(HBAdvancedController *)advancedController;
-@property (nonatomic, readwrite, unsafe_unretained) HBJob *job;
+@property (nonatomic, readwrite, weak) HBJob *job;
@end