summaryrefslogtreecommitdiffstats
path: root/macosx/HBQTKitPlayer.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-05-04 08:24:54 +0200
committerDamiano Galassi <[email protected]>2016-05-04 08:24:54 +0200
commit6ae6fbcfd10b36f635e27c8f1f3dff6f9deed2a1 (patch)
tree3f2ebab31bde4e338c61b191c57f746feab9f797 /macosx/HBQTKitPlayer.m
parent9c4d6ce13e2ee3a17264ecd01ade6707db7942bd (diff)
MacGui: fix build on 10.10 sdk.
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;