mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
Fix usage of InconsistencyException
This commit is contained in:
@@ -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) ->
|
||||
|
Reference in New Issue
Block a user