summaryrefslogtreecommitdiffstats
path: root/macosx/HBAVPlayer.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/HBAVPlayer.m
parent9c4d6ce13e2ee3a17264ecd01ade6707db7942bd (diff)
MacGui: fix build on 10.10 sdk.
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;