diff options
Diffstat (limited to 'macosx/HBSubtitlesDefaults.h')
-rw-r--r-- | macosx/HBSubtitlesDefaults.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBSubtitlesDefaults.h b/macosx/HBSubtitlesDefaults.h index 148f8ad82..a44551e1e 100644 --- a/macosx/HBSubtitlesDefaults.h +++ b/macosx/HBSubtitlesDefaults.h @@ -35,6 +35,8 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackBurnInBehavior) { @property (nonatomic, readwrite) BOOL burnInDVDSubtitles; @property (nonatomic, readwrite) BOOL burnInBluraySubtitles; +- (void)applyPreset:(HBPreset *)preset; + @property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo; @end |