fix lambda warning (unused captured this)
This commit is contained in:
parent
dab9775223
commit
67c6a9dbf4
@ -306,7 +306,7 @@ MergeableLine*
|
||||
MidiCueView::make_merger ()
|
||||
{
|
||||
return new MergeableLine (automation_line, automation_control,
|
||||
[this](Temporal::timepos_t const& t) { return t; },
|
||||
[](Temporal::timepos_t const& t) { return t; },
|
||||
nullptr, nullptr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user