another required fix following recent cherry-picks from waves

This commit is contained in:
Paul Davis 2015-02-17 11:10:29 -05:00
parent 297ebd33bb
commit b72d37a45f
1 changed files with 1 additions and 0 deletions

View 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;