Use UID conversion for IsPlugInterfaceSupported

I assume that this would also be necessary here, right?
This commit is contained in:
Robbert van der Helm
2021-01-22 13:50:06 +01:00
parent 4a5c961b63
commit ae0d7263b8
4 changed files with 28 additions and 29 deletions
+2 -1
View File
@@ -1296,7 +1296,8 @@ bool Vst3Logger::log_request(
}
message << ": IPlugInterfaceSupport::isPlugInterfaceSupported(unitId = "
<< format_uid(Steinberg::FUID::fromTUID(request.iid.data()))
<< format_uid(Steinberg::FUID::fromTUID(
request.iid.get_native_uid().data()))
<< ")";
});
}