Allow to rename VCAs in the editor
[ardour.git] / gtk2_ardour / time_axis_view.h
index ac67169a7ead40f4a4579f22206c4d5a84cc5921..99ed2f37fc8f600812713c66cf51d37d85ad9e18 100644 (file)
@@ -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 */