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
@@ -44,7 +44,7 @@ void Vst3Logger::log_request(bool is_host_vst, const WantsPluginFactory&) {
void Vst3Logger::log_response(
bool is_host_vst,
const std::optional<YaComponent::Arguments>& args) {
const std::optional<YaComponent::CreateArgs>& args) {
log_response_base(is_host_vst, [&](auto& message) {
if (args) {
message << "<IComponent* #" << args->instance_id << ">";