diff options
Diffstat (limited to 'macosx/HBAudio.m')
-rw-r--r-- | macosx/HBAudio.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index cb3a6ff99..5e66ef21b 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -415,12 +415,12 @@ NSString *HBAudioChangedNotification = @"HBAudioChangedNotification"; #pragma mark - Presets -- (void)writeToPreset:(NSMutableDictionary *)preset +- (void)writeToPreset:(HBMutablePreset *)preset { [self.defaults writeToPreset:preset]; } -- (void)applyPreset:(NSDictionary *)preset +- (void)applyPreset:(HBPreset *)preset { [self.defaults applyPreset:preset]; [self addTracksFromDefaults:NO]; |