mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
No longer return a lambda in passthrough_event()
Now that it's no longer used directly this is no longer needed, and it's much clearer without the lambda.
This commit is contained in:
@@ -141,8 +141,8 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
|
||||
|
||||
return response;
|
||||
} else {
|
||||
return passthrough_event(&plugin,
|
||||
host_callback_function)(event);
|
||||
return passthrough_event(&plugin, host_callback_function,
|
||||
event);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user