mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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
|
* Waves changes its query interface after `IPluginBase::initialize()` has
|
||||||
* been called.
|
* been called.
|
||||||
*/
|
*/
|
||||||
void update_supported_interfaces(ConstructArgs&& arguments);
|
void update_supported_interfaces(ConstructArgs&& updated_interfaces);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ConstructArgs arguments;
|
ConstructArgs arguments;
|
||||||
|
|||||||
Reference in New Issue
Block a user