mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -98,7 +98,7 @@ class Vst3ComponentHandlerProxy : public YaComponentHandler,
|
||||
* that of the objects they are passed to. If those objects get dropped,
|
||||
* then the host contexts should also be dropped.
|
||||
*/
|
||||
Vst3ComponentHandlerProxy(const ConstructArgs&& args) noexcept;
|
||||
Vst3ComponentHandlerProxy(ConstructArgs&& args) noexcept;
|
||||
|
||||
/**
|
||||
* The lifetime of this object should be bound to the object we created it
|
||||
|
||||
Reference in New Issue
Block a user