diff options
Diffstat (limited to 'macosx/HBPresetsManager.h')
-rw-r--r-- | macosx/HBPresetsManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresetsManager.h b/macosx/HBPresetsManager.h index 4eddec365..453475152 100644 --- a/macosx/HBPresetsManager.h +++ b/macosx/HBPresetsManager.h @@ -27,7 +27,7 @@ extern NSString *HBPresetsChangedNotification; /** * defaultPreset and its index path in the tree */ -@property (nonatomic, readwrite, retain) HBPreset *defaultPreset; +@property (nonatomic, readwrite, strong) HBPreset *defaultPreset; /** * Returs a HBPresetManager with the presets loaded at the passed URL. |