Rename YaComponent::Arguments to CreateArgs

This commit is contained in:
Robbert van der Helm
2020-12-11 22:43:12 +01:00
parent d1d85711f0
commit cdb9dae2df
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
class YaComponentPluginImpl : public YaComponent {
public:
YaComponentPluginImpl(Vst3PluginBridge& bridge,
YaComponent::Arguments&& args);
YaComponent::CreateArgs&& args);
/**
* When the reference count reaches zero and this destructor is called,