Replace const-rvalue with rvalue

Since const-rvalue doesn't make any sense.
This commit is contained in:
Robbert van der Helm
2021-07-05 16:39:11 +02:00
parent 1397400155
commit 4e4bbe1ba4
95 changed files with 96 additions and 98 deletions
@@ -68,7 +68,7 @@ class Vst3PluginFactoryProxy : public YaPluginFactory3 {
* factory. The is done once during startup and the plugin factory gets
* reused for the lifetime of the module.
*/
Vst3PluginFactoryProxy(const ConstructArgs&& args) noexcept;
Vst3PluginFactoryProxy(ConstructArgs&& args) noexcept;
/**
* We do not need special handling here since the Window VST3 plugin's