mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -122,7 +122,7 @@ class YaPluginFactory3 : public Steinberg::IPluginFactory3 {
|
||||
* Instantiate this instance with arguments read from the Windows VST3
|
||||
* plugin's plugin factory.
|
||||
*/
|
||||
YaPluginFactory3(const ConstructArgs&& args) noexcept;
|
||||
YaPluginFactory3(ConstructArgs&& args) noexcept;
|
||||
|
||||
inline bool supports_plugin_factory() const noexcept {
|
||||
return arguments.supports_plugin_factory;
|
||||
|
||||
Reference in New Issue
Block a user