mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user