mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-13 07:42:15 +02:00
Rename PrimitiveWrapper to PrimitiveResponse
This commit is contained in:
@@ -235,7 +235,7 @@ struct Deactivate {
|
||||
* Message struct for `clap_plugin::start_processing()`.
|
||||
*/
|
||||
struct StartProcessing {
|
||||
using Response = PrimitiveWrapper<bool>;
|
||||
using Response = PrimitiveResponse<bool>;
|
||||
|
||||
native_size_t instance_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user