mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
AxisView::name() is supposed to be public, so make it so for TimeAxisView
This commit is contained in:
parent
c0846d876f
commit
199702cda6
1 changed files with 2 additions and 1 deletions
|
|
@ -106,6 +106,8 @@ public:
|
|||
TimeAxisView(ARDOUR::Session* sess, PublicEditor& ed, TimeAxisView* parent, ArdourCanvas::Canvas& canvas);
|
||||
virtual ~TimeAxisView ();
|
||||
|
||||
std::string name () const { return name_label.get_text (); }
|
||||
|
||||
static PBD::Signal<void(TimeAxisView*)> CatchDeletion;
|
||||
|
||||
static void setup_sizes ();
|
||||
|
|
@ -267,7 +269,6 @@ protected:
|
|||
|
||||
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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue