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
@@ -52,7 +52,7 @@ class Vst3Logger {
void log_request(bool is_host_vst, const WantsPluginFactory&);
void log_response(bool is_host_vst,
const std::optional<YaComponent::Arguments>&);
const std::optional<YaComponent::CreateArgs>&);
void log_response(bool is_host_vst, const Configuration&);
void log_response(bool is_host_vst, const YaPluginFactory&);