diff options
author | Damiano Galassi <[email protected]> | 2016-10-29 13:24:01 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-29 14:08:19 +0200 |
commit | 185a922d275ef95db2fa73ee31e07bcafbdecaae (patch) | |
tree | 8ae73547d8acaf987091d5ab29bf3a3db279bf4a /macosx/HBPicture.h | |
parent | 2e48a329ffa5123439cf82b5163176713eb64432 (diff) |
MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings.
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index 74830139f..2b0dc9503 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -23,7 +23,7 @@ extern NSString * const HBPictureChangedNotification; /** * HBPicture */ -@interface HBPicture : NSObject <NSSecureCoding, NSCopying, HBPresetCoding> +@interface HBPicture : NSObject <NSSecureCoding, NSCopying> - (instancetype)initWithTitle:(HBTitle *)title; |