mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Add a string representation for universal tresult
This commit is contained in:
@@ -63,9 +63,7 @@ void Vst3Logger::log_response(
|
||||
<< ">";
|
||||
},
|
||||
[&](const UniversalTResult& code) {
|
||||
// TODO: Add a `UniversalTResult::string()` for
|
||||
// the human readable representation
|
||||
message << code.native();
|
||||
message << code.string();
|
||||
}},
|
||||
result);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user