diff options
Diffstat (limited to 'macosx/HBPreset.m')
-rw-r--r-- | macosx/HBPreset.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreset.m b/macosx/HBPreset.m index dcc164765..97faea58a 100644 --- a/macosx/HBPreset.m +++ b/macosx/HBPreset.m @@ -27,6 +27,7 @@ { _name = @"New Preset"; _presetDescription = @""; + _content = [[NSMutableDictionary alloc] init]; self.isLeaf = YES; } return self; |