Use the univeral tresult in IComponent creation

This commit is contained in:
Robbert van der Helm
2020-12-11 23:54:30 +01:00
parent 91a47a466c
commit e24cecc6d7
7 changed files with 49 additions and 28 deletions
+3 -2
View File
@@ -53,8 +53,9 @@ class Vst3Logger {
void log_request(bool is_host_vst, const WantsPluginFactory&);
void log_response(bool is_host_vst, const Ack&);
void log_response(bool is_host_vst,
const std::optional<YaComponent::CreateArgs>&);
void log_response(
bool is_host_vst,
const std::variant<YaComponent::CreateArgs, UniversalTResult>&);
void log_response(bool is_host_vst, const Configuration&);
void log_response(bool is_host_vst, const YaPluginFactory&);