Add a string representation for universal tresult

This commit is contained in:
Robbert van der Helm
2020-12-11 23:57:10 +01:00
parent e24cecc6d7
commit f526ae3e39
3 changed files with 40 additions and 3 deletions
+1 -3
View File
@@ -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);
});