reorder members to allow different initialization order
We want to be able to use _name when initializing _view.
This commit is contained in:
parent
5cd35de56b
commit
0f01e3f78b
@ -135,12 +135,12 @@ class AutomationTimeAxisView : public TimeAxisView {
|
||||
ArdourCanvas::Rectangle* _base_rect;
|
||||
boost::shared_ptr<AutomationLine> _line;
|
||||
|
||||
std::string _name;
|
||||
|
||||
/** AutomationStreamView if we are editing region-based automation (for MIDI), otherwise 0 */
|
||||
AutomationStreamView* _view;
|
||||
|
||||
std::string _name;
|
||||
bool ignore_toggle;
|
||||
|
||||
bool first_call_to_set_height;
|
||||
|
||||
Gtk::Button hide_button;
|
||||
|
Loading…
Reference in New Issue
Block a user