mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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 {
|
||||
// NOTE: The VST3 version of Algonaut Atlas doesn't restore
|
||||
// state unless this function is run from the GUI thread
|
||||
tresult result =
|
||||
const tresult result =
|
||||
main_context
|
||||
.run_in_context<tresult>([&]() {
|
||||
// This same function is defined in both
|
||||
|
||||
Reference in New Issue
Block a user