From c5a4d181ebedbdee2bdfefeffa28128d0b9c95c1 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Mon, 12 Aug 2019 10:19:00 +0200 Subject: MacGui: enable and fix more warnings. Review nullability annotations. --- macosx/HBMutablePreset.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBMutablePreset.m') 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; } -- cgit v1.2.3