Update parameter name in header

Apparently this wasn't saved yet when I commited
a06d0bc515.
This commit is contained in:
Robbert van der Helm
2021-07-05 18:28:37 +02:00
parent bf84057044
commit a58a1ab111
+1 -1
View File
@@ -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;