Skip to content

Commit

Permalink
probably fix an assert() logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldavisthefirst committed Oct 17, 2024
1 parent 05cb619 commit 2ff90a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk2_ardour/midi_view.cc
Original file line number Diff line number Diff line change
@@ -233,7 +233,7 @@ void
MidiView::set_model (std::shared_ptr<MidiModel> m)
{
assert (_midi_track);
assert (_model);
assert (_midi_region);

_model = m;

0 comments on commit 2ff90a0

Please sign in to comment.