mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -80,7 +80,7 @@ class Vst3PlugViewProxy : public YaPlugView,
|
||||
* message. The destructor should still send a message to drop the
|
||||
* original smart pointer.
|
||||
*/
|
||||
Vst3PlugViewProxy(const ConstructArgs&& args) noexcept;
|
||||
Vst3PlugViewProxy(ConstructArgs&& args) noexcept;
|
||||
|
||||
/**
|
||||
* Message to request the Wine plugin host to destroy the `IPlugView*`
|
||||
|
||||
Reference in New Issue
Block a user