1
0
Fork 0

Fix compilation failure from f0303fe

This commit is contained in:
Robbert van der Helm 2022-04-09 12:12:34 +02:00
parent 33c2d8288b
commit 476dfb9f81

View file

@ -302,7 +302,7 @@ impl<P: Vst3Plugin> WrapperInner<P> {
pub fn make_process_context(&self, transport: Transport) -> WrapperProcessContext<'_, P> {
WrapperProcessContext {
inner: self,
input_events_guard: input_events,
input_events_guard: self.input_events.borrow_mut(),
transport,
}
}