Core Audio: Fix API header

Fix a function declaration that was missing its
parameter variable in the header.
This commit is contained in:
Christopher Snowhill 2025-02-10 14:33:28 -08:00
parent 47b4d19f8f
commit 37f1be354f

View file

@ -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;