mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-09 22:02:10 +02:00
Capitalize CLAP plugin descriptor class name
To stay consistent with the rest of the naming.
This commit is contained in:
@@ -33,17 +33,17 @@ namespace plugin {
|
||||
/**
|
||||
* Owned wrapper around `clap_plugin_descriptor` for serialization purposes.
|
||||
*/
|
||||
struct descriptor {
|
||||
struct Descriptor {
|
||||
/**
|
||||
* Parse a plugin-provided descriptor so it can be serialized and sent to
|
||||
* the native CLAP plugin.
|
||||
*/
|
||||
descriptor(const clap_plugin_descriptor_t& original);
|
||||
Descriptor(const clap_plugin_descriptor_t& original);
|
||||
|
||||
/**
|
||||
* Default constructor for bitsery.
|
||||
*/
|
||||
descriptor() {}
|
||||
Descriptor() {}
|
||||
|
||||
/**
|
||||
* We'll report the maximum of the plugin's supported CLAP version and
|
||||
|
||||
Reference in New Issue
Block a user