summaryrefslogtreecommitdiffstats
path: root/macosx/HBMutablePreset.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBMutablePreset.m')
-rw-r--r--macosx/HBMutablePreset.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBMutablePreset.m b/macosx/HBMutablePreset.m
index e773065ad..0fddc6a40 100644
--- a/macosx/HBMutablePreset.m
+++ b/macosx/HBMutablePreset.m
@@ -15,7 +15,7 @@
@implementation HBMutablePreset
-- (void)setObject:(id)obj forKey:(NSString *)key;
+- (void)setObject:(id)obj forKey:(NSString *)key
{
self.content[key] = obj;
}