summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-03-17 18:27:39 +0000
committerritsuka <[email protected]>2015-03-17 18:27:39 +0000
commit86dd3051ef3e711d592b34851b8981d736001b81 (patch)
treebabe1ec363f1292eb38f1d7ee05af3be248f093b /macosx/HBPreviewGenerator.m
parentdbffa15d244290e964b0daca7dbbbe89d250e763 (diff)
MacGui: fix live preview crash caused by the ARC conversion.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6999 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewGenerator.m')
-rw-r--r--macosx/HBPreviewGenerator.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m
index 3608060ce..d999791f6 100644
--- a/macosx/HBPreviewGenerator.m
+++ b/macosx/HBPreviewGenerator.m
@@ -19,7 +19,7 @@
@property (unsafe_unretained, nonatomic, readonly) HBCore *scanCore;
@property (unsafe_unretained, nonatomic, readonly) HBJob *job;
-@property (unsafe_unretained, nonatomic) HBCore *core;
+@property (nonatomic, strong) HBCore *core;
@end