mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add missing const qualification
I just noticed this while looking at the diff of this commit.
This commit is contained in:
@@ -240,7 +240,7 @@ void Vst3Bridge::run() {
|
|||||||
-> Vst3PluginProxy::GetState::Response {
|
-> Vst3PluginProxy::GetState::Response {
|
||||||
// NOTE: The VST3 version of Algonaut Atlas doesn't restore
|
// NOTE: The VST3 version of Algonaut Atlas doesn't restore
|
||||||
// state unless this function is run from the GUI thread
|
// state unless this function is run from the GUI thread
|
||||||
tresult result =
|
const tresult result =
|
||||||
main_context
|
main_context
|
||||||
.run_in_context<tresult>([&]() {
|
.run_in_context<tresult>([&]() {
|
||||||
// This same function is defined in both
|
// This same function is defined in both
|
||||||
|
|||||||
Reference in New Issue
Block a user