mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Redo track kind as an enum class defined at global scope
This commit is contained in:
@@ -601,7 +601,7 @@ Track *TrackListCondIterator::Last(bool skiplinked)
|
||||
}
|
||||
|
||||
// TrackListOfKindIterator
|
||||
TrackListOfKindIterator::TrackListOfKindIterator(int kind, TrackList * val)
|
||||
TrackListOfKindIterator::TrackListOfKindIterator(TrackKind kind, TrackList * val)
|
||||
: TrackListCondIterator(val)
|
||||
{
|
||||
this->kind = kind;
|
||||
|
||||
Reference in New Issue
Block a user