diff options
Diffstat (limited to 'macosx/HBSubtitlesDefaults.h')
-rw-r--r-- | macosx/HBSubtitlesDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitlesDefaults.h b/macosx/HBSubtitlesDefaults.h index 21ebce5f2..f345e6c86 100644 --- a/macosx/HBSubtitlesDefaults.h +++ b/macosx/HBSubtitlesDefaults.h @@ -22,6 +22,6 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackSelectionBehavior) { @property (nonatomic, readwrite) BOOL addCC; - (void)applySettingsFromPreset:(NSDictionary *)preset; -- (void)prepareSubtitlesForPreset:(NSMutableDictionary *)preset; +- (void)prepareSubtitlesDefaultsForPreset:(NSMutableDictionary *)preset; @end |