Fix Vst{2,3}Logger::log_trace

This commit is contained in:
Robbert van der Helm
2020-12-07 00:25:02 +01:00
parent 8ea40cd9f9
commit e20fc8c7e6
3 changed files with 6 additions and 4 deletions
-2
View File
@@ -50,8 +50,6 @@ struct WantsConfiguration {
* copy of the hosted Windows VST3 plugin's `IPluginFactory{,2,3}` interface.
*/
struct WantsPluginFactory {
// TODO: Some things had to be changed to use references since this is an
// abstract class. Check if nothing breaks.
using Response = YaPluginFactory&;
};