mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 14:10:02 +02:00
Fix Vst{2,3}Logger::log_trace
This commit is contained in:
@@ -36,7 +36,9 @@ class Vst3Logger {
|
||||
/**
|
||||
* @see Logger::log_trace
|
||||
*/
|
||||
inline void log_trace(const std::string& message) { logger.log(message); }
|
||||
inline void log_trace(const std::string& message) {
|
||||
logger.log_trace(message);
|
||||
}
|
||||
|
||||
// For every object we send using `Vst3MessageHandler` we have overloads
|
||||
// that print information about the request and the response. The boolean
|
||||
|
||||
Reference in New Issue
Block a user