Fix creating component handler proxy

This commit is contained in:
Robbert van der Helm
2020-12-19 17:00:57 +01:00
parent c970093b5e
commit c94089b832
@@ -323,7 +323,7 @@ tresult PLUGIN_API Vst3PluginProxyImpl::setComponentHandler(
component_handler = handler;
component_handler_proxy_args = Vst3ComponentHandlerProxy::ConstructArgs(
host_application_context, instance_id());
component_handler, instance_id());
} else {
bridge.logger.log(
"Null pointer passed to 'IEditController::setComponentHandler'");