mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Rename PrimitiveWrapper to PrimitiveResponse
This commit is contained in:
@@ -88,7 +88,7 @@ class ClapLogger {
|
||||
|
||||
template <typename T>
|
||||
void log_response(bool is_host_plugin,
|
||||
const PrimitiveWrapper<T>& value,
|
||||
const PrimitiveResponse<T>& value,
|
||||
bool from_cache = false) {
|
||||
log_response_base(is_host_plugin, [&](auto& message) {
|
||||
if constexpr (std::is_same_v<T, bool>) {
|
||||
|
||||
Reference in New Issue
Block a user