From 14839ed2b8a7e4615b2c30fe8a46bb63819d0b40 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Tue, 13 Oct 2015 10:22:02 +0200 Subject: MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable version of HBPreset. --- macosx/HBPresetCoding.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'macosx/HBPresetCoding.h') diff --git a/macosx/HBPresetCoding.h b/macosx/HBPresetCoding.h index f1464c0b2..aca9aac34 100644 --- a/macosx/HBPresetCoding.h +++ b/macosx/HBPresetCoding.h @@ -6,10 +6,12 @@ #import -@protocol HBPresetCoding +#import "HBPreset.h" +#import "HBMutablePreset.h" -- (void)applyPreset:(NSDictionary *)preset; -- (void)writeToPreset:(NSMutableDictionary *)preset; +@protocol HBPresetCoding +- (void)applyPreset:(HBPreset *)preset; +- (void)writeToPreset:(HBMutablePreset *)preset; @end \ No newline at end of file -- cgit v1.2.3