summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-28 02:12:19 +0200
committerRobin Gareus <robin@gareus.org>2017-07-28 02:12:19 +0200
commita3dd948c020d4da778c325201e62054347935ddc (patch)
treebb5cce785223c4348d51140e0d2e681508aa0bd8 /gtk2_ardour/time_axis_view.h
parentd67056562b9dcc244e8e2c59877c8cfcc9ab49a8 (diff)
Allow to rename VCAs in the editor
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index ac67169a7e..99ed2f37fc 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -257,6 +257,7 @@ class TimeAxisView : public virtual AxisView
void begin_name_edit ();
void end_name_edit (std::string, int);
+ virtual std::string name () const { return name_label.get_text (); }
/* derived classes can override these */