Move generic logger on the Wine side to common.h

We'll also need this for VST2 plugins when we start caching the time
info.
This commit is contained in:
Robbert van der Helm
2021-04-28 23:18:45 +02:00
parent dee964ec89
commit 32db921b9b
4 changed files with 13 additions and 5 deletions
-1
View File
@@ -91,7 +91,6 @@ Vst3Bridge::Vst3Bridge(MainContext& main_context,
std::string plugin_dll_path,
std::string endpoint_base_dir)
: HostBridge(plugin_dll_path),
generic_logger(Logger::create_wine_stderr()),
logger(generic_logger),
main_context(main_context),
sockets(main_context.context, endpoint_base_dir, false) {