mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Replace const-rvalue with rvalue
Since const-rvalue doesn't make any sense.
This commit is contained in:
@@ -25,5 +25,5 @@ YaAudioPresentationLatency::ConstructArgs::ConstructArgs(
|
||||
object)) {}
|
||||
|
||||
YaAudioPresentationLatency::YaAudioPresentationLatency(
|
||||
const ConstructArgs&& args) noexcept
|
||||
ConstructArgs&& args) noexcept
|
||||
: arguments(std::move(args)) {}
|
||||
|
||||
Reference in New Issue
Block a user