diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index c26ce99c8a..c06bbc7423 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1189,6 +1189,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop void locations_changed (); void locations_added (Location*); void handle_locations_changed (Locations::LocationList&); + void sync_locations_to_skips (Locations::LocationList&); PBD::ScopedConnectionList punch_connections; void auto_punch_start_changed (Location *);