Split up a ConstructArgs from YaContextMenuTarget

So we can send this as a payload when the plugin adds a context menu
item.
This commit is contained in:
Robbert van der Helm
2021-01-06 23:20:37 +01:00
parent 75284cea0b
commit c1576658d6
4 changed files with 47 additions and 29 deletions
@@ -20,13 +20,8 @@
class YaContextMenuTargetImpl : public YaContextMenuTarget {
public:
/**
* @override
*/
YaContextMenuTargetImpl(Vst3PluginBridge& bridge,
native_size_t owner_instance_id,
native_size_t context_menu_id,
int32 tag);
const ConstructArgs&& args);
/**
* We'll override the query interface to log queries for interfaces we do