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 -1
View File
@@ -19,7 +19,7 @@
#include "../editor.h"
HostBridge::HostBridge(boost::filesystem::path plugin_path)
: plugin_path(plugin_path) {}
: plugin_path(plugin_path), generic_logger(Logger::create_wine_stderr()) {}
void HostBridge::handle_win32_events() {
MSG msg;