From b72d37a45f77f43233cd883a0e78d38fef975786 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Feb 2015 11:10:29 -0500 Subject: [PATCH] another required fix following recent cherry-picks from waves --- libs/ardour/ardour/session.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 8d5e439129..ef0d5d94f4 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1196,6 +1196,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop void sync_locations_to_skips (); void _sync_locations_to_skips (); + PBD::ScopedConnectionList skip_update_connections; bool _ignore_skips_updates; PBD::ScopedConnectionList punch_connections;