summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/transport_master_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/transport_master_manager.h')
-rw-r--r--libs/ardour/ardour/transport_master_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/transport_master_manager.h b/libs/ardour/ardour/transport_master_manager.h
index 4c4159cb6f..46d195bf24 100644
--- a/libs/ardour/ardour/transport_master_manager.h
+++ b/libs/ardour/ardour/transport_master_manager.h
@@ -41,7 +41,7 @@ class LIBARDOUR_API TransportMasterManager : public boost::noncopyable
typedef std::list<boost::shared_ptr<TransportMaster> > TransportMasters;
- int add (SyncSource type, std::string const & name);
+ int add (SyncSource type, std::string const & name, bool removeable = true);
int remove (std::string const & name);
void clear ();