mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 00:02:10 +02:00
Add stubs for IEditController{,2}
This commit is contained in:
@@ -62,7 +62,7 @@ class YaPluginBase : public Steinberg::IPluginBase {
|
||||
*/
|
||||
YaPluginBase(const ConstructArgs&& args);
|
||||
|
||||
inline bool supported() { return arguments.supported; }
|
||||
inline bool supported() const { return arguments.supported; }
|
||||
|
||||
/**
|
||||
* Message to pass through a call to `IPluginBase::initialize()` to the Wine
|
||||
|
||||
Reference in New Issue
Block a user