Capitalize CLAP plugin descriptor class name

To stay consistent with the rest of the naming.
This commit is contained in:
Robbert van der Helm
2022-09-07 17:21:54 +02:00
parent d0aeeaba2a
commit 49e3f7ff1e
6 changed files with 15 additions and 10 deletions
+3 -3
View File
@@ -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