aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/context.h2
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();