Make menu option for speaker config the same as the window title.
[ardour.git] / gtk2_ardour / time_axis_view.h
index 9630b3f19c0b0ccdd66943720933a36b2598b3fb..6fd6865485481750d1022ccaf6fdba34d7cb496a 100644 (file)
@@ -98,6 +98,9 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
        /** @return maximum allowable value of order */
        static int max_order () { return _max_order; }
 
+        virtual void enter_internal_edit_mode () {}
+        virtual void leave_internal_edit_mode () {}
+
        ArdourCanvas::Group* canvas_display () { return _canvas_display; }
        ArdourCanvas::Group* canvas_background () { return _canvas_background; }
        ArdourCanvas::Group* ghost_group () { return _ghost_group; }