Log unknown interfaces in IComponent::initialize()

This commit is contained in:
Robbert van der Helm
2020-12-12 16:53:44 +01:00
parent f637e6ad18
commit efc840a51a
4 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class YaComponent : public Steinberg::Vst::IComponent {
virtual tresult PLUGIN_API initialize(FUnknown* context) override = 0;
/**
* Message to pass through a call to `IComponent::terminate()` to the Wine
* Message to pass through a call to `IPluginBase::terminate()` to the Wine
* plugin host.
*/
struct Terminate {