mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 00:02:10 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -58,7 +58,7 @@ class YaUnitData : public Steinberg::Vst::IUnitData {
|
||||
* Instantiate this instance with arguments read from another interface
|
||||
* implementation.
|
||||
*/
|
||||
YaUnitData(const ConstructArgs&& args) noexcept;
|
||||
YaUnitData(ConstructArgs&& args) noexcept;
|
||||
|
||||
inline bool supported() const noexcept { return arguments.supported; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user