mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-11 23:03:56 +02:00
Remove redundant template arguments in MainContext
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user