mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Add PrimitiveWrapper<T> response logging
This commit is contained in:
@@ -71,7 +71,7 @@ class PrimitiveWrapper {
|
||||
PrimitiveWrapper() {}
|
||||
PrimitiveWrapper(T value) : value(value) {}
|
||||
|
||||
operator T() { return value; }
|
||||
operator T() const { return value; }
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
|
||||
Reference in New Issue
Block a user