summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewGenerator.m')
-rw-r--r--macosx/HBPreviewGenerator.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m
index a29b4e8c2..d3fb4ffee 100644
--- a/macosx/HBPreviewGenerator.m
+++ b/macosx/HBPreviewGenerator.m
@@ -16,8 +16,8 @@
@interface HBPreviewGenerator ()
@property (nonatomic, readonly) NSCache *picturePreviews;
-@property (unsafe_unretained, nonatomic, readonly) HBCore *scanCore;
-@property (unsafe_unretained, nonatomic, readonly) HBJob *job;
+@property (nonatomic, readonly, weak) HBCore *scanCore;
+@property (nonatomic, readonly, strong) HBJob *job;
@property (nonatomic, strong) HBCore *core;