Fix YaPlugView::IsPlatformTypeSupported logging

Even though this branch will never be hit.
This commit is contained in:
Robbert van der Helm
2021-01-02 16:04:23 +01:00
parent a3770387cc
commit 1b47522de8
+4
View File
@@ -357,6 +357,8 @@ bool Vst3Logger::log_request(
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
message << "\" (will be translated to \""
<< Steinberg::kPlatformTypeHWND << "\")";
} else {
message << "\"";
}
message << ")";
});
@@ -371,6 +373,8 @@ bool Vst3Logger::log_request(bool is_host_vst,
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
message << "\" (will be translated to \""
<< Steinberg::kPlatformTypeHWND << "\")";
} else {
message << "\"";
}
message << ")";
});