From a58a1ab111abd73b0cb014b9ac4c9edcf3a3f01b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 5 Jul 2021 18:28:37 +0200 Subject: [PATCH] Update parameter name in header Apparently this wasn't saved yet when I commited a06d0bc51503e9ba8d60d914b595e02066b0f257. --- src/common/serialization/vst3/plugin-proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/serialization/vst3/plugin-proxy.h b/src/common/serialization/vst3/plugin-proxy.h index 9baa2ae7..83b85b1c 100644 --- a/src/common/serialization/vst3/plugin-proxy.h +++ b/src/common/serialization/vst3/plugin-proxy.h @@ -340,7 +340,7 @@ class Vst3PluginProxy : public YaAudioPresentationLatency, * Waves changes its query interface after `IPluginBase::initialize()` has * been called. */ - void update_supported_interfaces(ConstructArgs&& arguments); + void update_supported_interfaces(ConstructArgs&& updated_interfaces); private: ConstructArgs arguments;