diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/context.h b/core/context.h index 0e531db0..6bdf5db9 100644 --- a/core/context.h +++ b/core/context.h @@ -121,7 +121,7 @@ struct ContextBase { VoiceChange *mVoiceChangeTail{}; std::atomic<VoiceChange*> mCurrentVoiceChange{}; - void allocVoiceChanges(size_t addcount); + void allocVoiceChanges(); void allocVoiceProps(); |