Rename PrimitiveWrapper to PrimitiveResponse

This commit is contained in:
Robbert van der Helm
2022-09-12 17:31:02 +02:00
parent 22e0fee244
commit fc43a0f012
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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;