diff --git a/src/plugin/bridges/vst3-impls/plugin-proxy.cpp b/src/plugin/bridges/vst3-impls/plugin-proxy.cpp index 5cd99202..c2d42901 100644 --- a/src/plugin/bridges/vst3-impls/plugin-proxy.cpp +++ b/src/plugin/bridges/vst3-impls/plugin-proxy.cpp @@ -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'");