mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue