mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Update parameter name in header
Apparently this wasn't saved yet when I commited
a06d0bc515.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user