From cb329f5b5f44d58fada018dfdba531cddb71fc9c Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 7 May 2020 14:53:10 +0200 Subject: [PATCH] Fix 192154f869b76267a55ba6cafa33677b9dca48d3 I forgot to stage the other changes. --- src/plugin/plugin-bridge.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plugin/plugin-bridge.h b/src/plugin/plugin-bridge.h index 0d0a10c8..0055482e 100644 --- a/src/plugin/plugin-bridge.h +++ b/src/plugin/plugin-bridge.h @@ -198,8 +198,15 @@ class PluginBridge { * The callback function passed by the host to the VST plugin instance. */ audioMasterCallback host_callback_function; + Logger logger; + /** + * The version of Wine currently in use. Used in the debug output on plugin + * startup. + */ + const std::string wine_version; + boost::asio::streambuf wine_stdout_buffer; boost::asio::streambuf wine_stderr_buffer; /**