mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 09:53:56 +02:00
Remove default constructor for Vst3PluginInstance
Seems weird to need this specifically so we can use the map overload that creates a new instance when the key doesn't exist in the map. This seems safer.
This commit is contained in:
@@ -61,8 +61,6 @@ struct Vst3PlugViewInterfaces {
|
||||
* `IPluginBase::initialize()`.
|
||||
*/
|
||||
struct Vst3PluginInstance {
|
||||
Vst3PluginInstance() noexcept;
|
||||
|
||||
Vst3PluginInstance(Steinberg::IPtr<Steinberg::FUnknown> object) noexcept;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user