diff --git a/plugins/Nekobi/nekobee-src/nekobee_voice_render.c b/plugins/Nekobi/nekobee-src/nekobee_voice_render.c index 9ba69f6..c3665c3 100644 --- a/plugins/Nekobi/nekobee-src/nekobee_voice_render.c +++ b/plugins/Nekobi/nekobee-src/nekobee_voice_render.c @@ -69,7 +69,7 @@ void vco(nekobee_synth_t *synth, uint32_t count) { // https://www.kvraudio.com/forum/viewtopic.php?t=398553 nekobee_voice_t *voice = synth->voice; - blosc_t *osc = &voice->osc; + struct blosc_t *osc = &voice->osc; uint32_t i;