summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r--macosx/HBAudioController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h
index 6af06693c..1385d15d2 100644
--- a/macosx/HBAudioController.h
+++ b/macosx/HBAudioController.h
@@ -13,6 +13,6 @@
*/
@interface HBAudioController : NSViewController
-@property (nonatomic, readwrite, unsafe_unretained) HBAudio *audio;
+@property (nonatomic, readwrite, weak) HBAudio *audio;
@end