From bb9ab696b1f295f90b9faed0886287a2035ccc3e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 14 Nov 2012 15:06:41 +0000 Subject: likely fixes for most remaining issues with data in automation/control lists, but more testing needed git-svn-id: svn://localhost/ardour2/branches/3.0@13497 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/automation_watch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/automation_watch.h') diff --git a/libs/ardour/ardour/automation_watch.h b/libs/ardour/ardour/automation_watch.h index 6fd5a0eb65..f3e343468d 100644 --- a/libs/ardour/ardour/automation_watch.h +++ b/libs/ardour/ardour/automation_watch.h @@ -17,7 +17,7 @@ */ -#include +#include #include #include #include @@ -41,7 +41,7 @@ class AutomationWatch : public sigc::trackable, public ARDOUR::SessionHandlePtr, gint timer (); private: - typedef std::list > AutomationWatches; + typedef std::set > AutomationWatches; AutomationWatch (); ~AutomationWatch(); @@ -50,7 +50,7 @@ class AutomationWatch : public sigc::trackable, public ARDOUR::SessionHandlePtr, Glib::Threads::Thread* _thread; bool _run_thread; AutomationWatches automation_watches; - Glib::Threads::Mutex automation_watch_lock; + Glib::Threads::Mutex automation_watch_lock; PBD::ScopedConnection transport_connection; void transport_state_change (); -- cgit v1.2.3