Use ARDOUR::PlaylistSet instead of local typedefs

This commit is contained in:
Robin Gareus 2023-04-06 02:12:10 +02:00
parent 8b59bf47df
commit dd542b8f4d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 39 additions and 42 deletions

View file

@ -1677,7 +1677,7 @@ private:
void fade_range ();
std::set<std::shared_ptr<ARDOUR::Playlist> > motion_frozen_playlists;
ARDOUR::PlaylistSet motion_frozen_playlists;
bool _dragging_playhead;