mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -50,7 +50,7 @@ class Vst3ConnectionPointProxy : public YaConnectionPoint {
|
||||
* @note This object will be created as part of handling
|
||||
* `IConnectionPoint::connect()` if the connection is indirect.
|
||||
*/
|
||||
Vst3ConnectionPointProxy(const ConstructArgs&& args) noexcept;
|
||||
Vst3ConnectionPointProxy(ConstructArgs&& args) noexcept;
|
||||
|
||||
/**
|
||||
* This object will be destroyed again during
|
||||
|
||||
Reference in New Issue
Block a user