mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Use ARDOUR::PlaylistSet instead of local typedefs
This commit is contained in:
parent
8b59bf47df
commit
dd542b8f4d
10 changed files with 39 additions and 42 deletions
|
|
@ -1395,7 +1395,7 @@ TimeAxisView::reset_visual_state ()
|
|||
TrackViewList
|
||||
TrackViewList::filter_to_unique_playlists ()
|
||||
{
|
||||
std::set<std::shared_ptr<ARDOUR::Playlist> > playlists;
|
||||
PlaylistSet playlists;
|
||||
TrackViewList ts;
|
||||
|
||||
for (iterator i = begin(); i != end(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue