mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 08:23:55 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user