13
0

Fix typo in last commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@10615 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-15 14:32:54 +00:00
parent a7fd6e2925
commit 57d2555d3e

View File

@ -3302,7 +3302,7 @@ MidiRegionView::goto_next_note (bool add_to_selection)
/* use the first one */
if (!_event.empty() && (channel_mask & (1 << _events.front()->note()->channel ()))) {
if (!_events.empty() && (channel_mask & (1 << _events.front()->note()->channel ()))) {
unique_select (_events.front());
}
}