mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
APVTS: Add missing qualification to std::move
This commit is contained in:
parent
a9a4fae783
commit
cbf59e185f
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ AudioProcessorValueTreeState::AudioProcessorValueTreeState (AudioProcessor& proc
|
|||
}
|
||||
}
|
||||
|
||||
state->processor.addParameterGroup (move (group));
|
||||
state->processor.addParameterGroup (std::move (group));
|
||||
}
|
||||
|
||||
AudioProcessorValueTreeState* state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue