Remove redundant template arguments in MainContext

This commit is contained in:
Robbert van der Helm
2021-05-19 22:54:05 +02:00
parent 398ae789e0
commit 57d7141681
4 changed files with 46 additions and 45 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ void Vst2Bridge::run() {
// handled.
if (unsafe_opcodes.contains(opcode)) {
return main_context
.run_in_context<intptr_t>([&]() {
.run_in_context([&]() -> intptr_t {
const intptr_t result =
dispatch_wrapper(plugin, opcode, index,
value, data, option);