Send the factory from the Wine host to the plugin

This commit is contained in:
Robbert van der Helm
2020-12-06 14:41:50 +01:00
parent 79c6f02d91
commit c2503f8aaa
5 changed files with 28 additions and 16 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ struct WantsConfiguration {
* copy of the hosted Windows VST3 plugin's `IPluginFactory{,2,3}` interface.
*/
struct WantsPluginFactory {
using Response = YaPluginFactory;
// TODO: Some things had to be changed to use references since this is an
// abstract class. Check if nothing breaks.
using Response = YaPluginFactory&;
};
/**