Fix compilation failure from f0303fe
This commit is contained in:
parent
33c2d8288b
commit
476dfb9f81
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ impl<P: Vst3Plugin> WrapperInner<P> {
|
||||||
pub fn make_process_context(&self, transport: Transport) -> WrapperProcessContext<'_, P> {
|
pub fn make_process_context(&self, transport: Transport) -> WrapperProcessContext<'_, P> {
|
||||||
WrapperProcessContext {
|
WrapperProcessContext {
|
||||||
inner: self,
|
inner: self,
|
||||||
input_events_guard: input_events,
|
input_events_guard: self.input_events.borrow_mut(),
|
||||||
transport,
|
transport,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue