1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00

This should be strong.

This commit is contained in:
Thomas Harte 2016-06-15 08:07:59 -04:00
parent e0baaf17f1
commit 45999f5b26

View File

@ -20,7 +20,7 @@
- (void)setView:(CSOpenGLView *)view aspectRatio:(float)aspectRatio;
- (void)drawViewForPixelSize:(CGSize)pixelSize onlyIfDirty:(BOOL)onlyIfDirty;
@property (nonatomic, weak) CSAudioQueue *audioQueue;
@property (nonatomic, strong) CSAudioQueue *audioQueue;
@property (nonatomic, readonly) CSOpenGLView *view;
@end