Core Audio: Fix API header
Fix a function declaration that was missing its parameter variable in the header.
This commit is contained in:
parent
47b4d19f8f
commit
37f1be354f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ using std::atomic_long;
|
||||||
- (void)sustainHDCD;
|
- (void)sustainHDCD;
|
||||||
|
|
||||||
- (void)reportMotion:(simd_float4x4)matrix;
|
- (void)reportMotion:(simd_float4x4)matrix;
|
||||||
- (void)resetReferencePosition;
|
- (void)resetReferencePosition:(NSNotification *)notification;
|
||||||
|
|
||||||
- (void)setPitch:(double)p;
|
- (void)setPitch:(double)p;
|
||||||
- (void)setTempo:(double)t;
|
- (void)setTempo:(double)t;
|
||||||
|
|
Loading…
Reference in a new issue