summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/transport_master.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/transport_master.h')
-rw-r--r--libs/ardour/ardour/transport_master.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/transport_master.h b/libs/ardour/ardour/transport_master.h
index 721b8e7a4a..c70757647b 100644
--- a/libs/ardour/ardour/transport_master.h
+++ b/libs/ardour/ardour/transport_master.h
@@ -344,6 +344,8 @@ class LIBARDOUR_API TransportMaster : public PBD::Stateful {
bool removeable () const { return _removeable; }
void set_removeable (bool yn) { _removeable = yn; }
+ std::string display_name (bool sh/*ort*/ = true) const;
+
protected:
SyncSource _type;
PBD::Property<std::string> _name;