mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
probably fix an assert() logic error
This commit is contained in:
parent
05cb6197a6
commit
2ff90a0557
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ void
|
||||||
MidiView::set_model (std::shared_ptr<MidiModel> m)
|
MidiView::set_model (std::shared_ptr<MidiModel> m)
|
||||||
{
|
{
|
||||||
assert (_midi_track);
|
assert (_midi_track);
|
||||||
assert (_model);
|
assert (_midi_region);
|
||||||
|
|
||||||
_model = m;
|
_model = m;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue