Rename the host extensions_ field

This commit is contained in:
Robbert van der Helm
2022-09-23 20:03:51 +02:00
parent 95be79adfe
commit e0c260ba23
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class clap_plugin_proxy {
* The host's supported extensions. These will be populated in the
* `clap_plugin::init()` call.
*/
ClapHostExtensions extensions_;
ClapHostExtensions host_extensions_;
private:
ClapPluginBridge& bridge_;