mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-11 06:42:11 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -71,7 +71,7 @@ class Vst3PlugFrameProxy : public YaPlugFrame {
|
||||
* lifetime is bound to that of the objects they are passed to. If the
|
||||
* plug view instance gets dropped, this proxy should also be dropped.
|
||||
*/
|
||||
Vst3PlugFrameProxy(const ConstructArgs&& args) noexcept;
|
||||
Vst3PlugFrameProxy(ConstructArgs&& args) noexcept;
|
||||
|
||||
/**
|
||||
* The lifetime of this object should be bound to the object we created it
|
||||
|
||||
Reference in New Issue
Block a user