summaryrefslogtreecommitdiffstats
path: root/macosx/HBLanguagesSelection.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/HBLanguagesSelection.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/HBLanguagesSelection.h')
-rw-r--r--macosx/HBLanguagesSelection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBLanguagesSelection.h b/macosx/HBLanguagesSelection.h
index edaa8f140..b14d7d89a 100644
--- a/macosx/HBLanguagesSelection.h
+++ b/macosx/HBLanguagesSelection.h
@@ -21,6 +21,7 @@
@property (nonatomic, readonly) NSString *language;
@property (nonatomic, readonly) NSString *iso639_2;
+- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithLanguage:(NSString *)value iso639_2code:(NSString *)code NS_DESIGNATED_INITIALIZER;
@end;