summaryrefslogtreecommitdiffstats
path: root/macosx/HBQTKitPlayer.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQTKitPlayer.m')
-rw-r--r--macosx/HBQTKitPlayer.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBQTKitPlayer.m b/macosx/HBQTKitPlayer.m
index 012edc01b..b0b608e3a 100644
--- a/macosx/HBQTKitPlayer.m
+++ b/macosx/HBQTKitPlayer.m
@@ -19,7 +19,7 @@ typedef void (^HBPlayableObverser)(void);
@interface HBQTKitPlayerPeriodicObserver : NSObject
-@property (nonatomic) HBPeriodicObverser block;
+@property (nonatomic, copy) HBPeriodicObverser block;
- (void)postNotification:(NSTimeInterval)time;
@@ -36,7 +36,7 @@ typedef void (^HBPlayableObverser)(void);
@interface HBQTKitPlayerRateObserver : NSObject
-@property (nonatomic) HBRateObverser block;
+@property (nonatomic, copy) HBRateObverser block;
- (void)postNotification;