diff options
author | ritsuka <[email protected]> | 2015-08-06 09:48:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-08-06 09:48:39 +0000 |
commit | d4a4a3ccd682ae6992902321e6bfcea0ff8c89a9 (patch) | |
tree | a87056672ceda97c51ea60cdb21fc7179622c0cb /macosx/HBQueueController.h | |
parent | dbcbcdf1cbe9e0db0177c1d34cca91b6bd41f5a5 (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/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index fc99914f0..ca14104ba 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN /// The HBCore used for encoding. @property (nonatomic, readonly) HBCore *core; -@property (nonatomic, weak, nullable) HBController *controller; +@property (nonatomic, assign, nullable) HBController *controller; @property (nonatomic, weak, nullable) HBAppDelegate *delegate; @property (nonatomic, readonly) NSUInteger count; |