Fix usage of InconsistencyException

This commit is contained in:
Paul Licameli 2018-10-04 11:44:46 -04:00
parent 90e2da7f14
commit 92cceaf599

View File

@ -774,7 +774,7 @@ void TrackList::GroupChannels(
}
// *this does not contain the track or sufficient following channels
// or group size is zero
throw InconsistencyException{};
THROW_INCONSISTENCY_EXCEPTION;
}
auto TrackList::Replace(Track * t, ListOfTracks::value_type &&with) ->