summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index e327a9c113..4c84ec7dfa 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1174,6 +1174,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 *);