mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
midi surfaces: use an event loop invalidator for call_slot()
This commit is contained in:
parent
d5ad9ff033
commit
187557df57
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ MIDISurface::do_request (MidiSurfaceRequest * req)
|
|||
{
|
||||
if (req->type == CallSlot) {
|
||||
|
||||
call_slot (MISSING_INVALIDATOR, req->the_slot);
|
||||
call_slot (PBD::EventLoop::__invalidator (*this, __FILE__, __LINE__), req->the_slot);
|
||||
|
||||
} else if (req->type == Quit) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue