Split VST2 specific functionality into Vst2Logger

This commit is contained in:
Robbert van der Helm
2020-12-01 21:42:33 +01:00
parent 2230b5099f
commit f9a1bcd7bd
11 changed files with 617 additions and 572 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
#include "../../common/communication/vst2.h"
#include "../../common/configuration.h"
#include "../../common/logging/common.h"
#include "../../common/logging/vst2.h"
#include "../host-process.h"
/**
@@ -171,7 +171,7 @@ class Vst2PluginBridge {
*
* @see Logger::create_from_env
*/
Logger logger;
Vst2Logger logger;
/**
* The version of Wine currently in use. Used in the debug output on plugin