summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index e6643466b9..e345985e93 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -73,7 +73,7 @@ public:
TimeAxisView& parent,
bool show_regions,
ArdourCanvas::Canvas& canvas,
- const std::string & name, /* translatable */
+ const std::string & name = "", /* translatable */
const std::string & plug_name = "");
~AutomationTimeAxisView();
@@ -82,6 +82,7 @@ public:
void set_samples_per_pixel (double);
std::string name() const { return _name; }
Gdk::Color color () const;
+ void update_name_from_param ();
boost::shared_ptr<ARDOUR::Stripable> stripable() const;
ARDOUR::PresentationInfo const & presentation_info () const;