diff options
Diffstat (limited to 'macosx/HBPicture.m')
-rw-r--r-- | macosx/HBPicture.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m index 099a4c77a..b68c74f78 100644 --- a/macosx/HBPicture.m +++ b/macosx/HBPicture.m @@ -566,7 +566,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification"; #pragma mark - Presets -- (void)writeToPreset:(NSMutableDictionary *)preset +- (void)writeToPreset:(HBMutablePreset *)preset { preset[@"PictureKeepRatio"] = @(self.keepDisplayAspect); @@ -599,7 +599,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification"; preset[@"PictureRightCrop"] = @(self.cropRight); } -- (void)applyPreset:(NSDictionary *)preset +- (void)applyPreset:(HBPreset *)preset { self.validating = YES; self.notificationsEnabled = NO; |