diff options
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r-- | macosx/HBChapterTitlesController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBChapterTitlesController.h b/macosx/HBChapterTitlesController.h index 5cf628a49..106261615 100644 --- a/macosx/HBChapterTitlesController.h +++ b/macosx/HBChapterTitlesController.h @@ -13,6 +13,6 @@ */ @interface HBChapterTitlesController : NSViewController -@property (nonatomic, readwrite, unsafe_unretained) HBJob *job; +@property (nonatomic, readwrite, weak) HBJob *job; @end |