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