From f360714523e5f1f78ced2ae8691f3087b80eef65 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Thu, 9 Apr 2015 19:43:33 +0000 Subject: MacGui: run the Xcode "convert to modern objective-c" on the entire project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBTitle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBTitle.h') diff --git a/macosx/HBTitle.h b/macosx/HBTitle.h index a961e048b..d4d7cc1c7 100644 --- a/macosx/HBTitle.h +++ b/macosx/HBTitle.h @@ -20,7 +20,7 @@ * @param title the libhb title to wrap. * @param featured whether the title is the featured one or not. */ -- (instancetype)initWithTitle:(hb_title_t *)title featured:(BOOL)featured; +- (instancetype)initWithTitle:(hb_title_t *)title featured:(BOOL)featured NS_DESIGNATED_INITIALIZER; @property (nonatomic, readonly) NSString *name; @property (nonatomic, readonly, getter=isFeatured) BOOL featured; -- cgit v1.2.3