summaryrefslogtreecommitdiffstats
path: root/macosx/HBAVPlayer.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAVPlayer.m')
-rw-r--r--macosx/HBAVPlayer.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAVPlayer.m b/macosx/HBAVPlayer.m
index ef72734c2..748aa39f1 100644
--- a/macosx/HBAVPlayer.m
+++ b/macosx/HBAVPlayer.m
@@ -17,7 +17,7 @@ typedef void (^HBPlayableObverser)(void);
@interface HBAVPlayerRateObserver : NSObject
-@property (nonatomic) HBRateObverser block;
+@property (nonatomic, copy) HBRateObverser block;
- (void)postNotification;