another required fix following recent cherry-picks from waves
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 Feb 2015 16:10:29 +0000 (11:10 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 Feb 2015 16:10:29 +0000 (11:10 -0500)
libs/ardour/ardour/session.h

index 8d5e439129c6136595529c3aed7c8b0ad808ed5d..ef0d5d94f490709e7604f20d963e0e0c489b40f2 100644 (file)
@@ -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;