summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-08-06 09:48:39 +0000
committerritsuka <[email protected]>2015-08-06 09:48:39 +0000
commitd4a4a3ccd682ae6992902321e6bfcea0ff8c89a9 (patch)
treea87056672ceda97c51ea60cdb21fc7179622c0cb /macosx/HBPreviewGenerator.h
parentdbcbcdf1cbe9e0db0177c1d34cca91b6bd41f5a5 (diff)
MacGui: second part of the previous commit
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7392 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r--macosx/HBPreviewGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h
index 9ca549d9f..88999b6a7 100644
--- a/macosx/HBPreviewGenerator.h
+++ b/macosx/HBPreviewGenerator.h
@@ -24,8 +24,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface HBPreviewGenerator : NSObject
-@property (nonatomic, weak, nullable) id <HBPreviewGeneratorDelegate> delegate;
+@property (nonatomic, assign, nullable) id <HBPreviewGeneratorDelegate> delegate;
+- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithCore:(HBCore *)core job:(HBJob *)job NS_DESIGNATED_INITIALIZER;
/* Still image generator */