Add missing const qualification

I just noticed this while looking at the diff of this commit.
This commit is contained in:
Robbert van der Helm
2021-04-16 14:12:48 +02:00
parent ba6b87c790
commit 80f649323a
+1 -1
View File
@@ -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