13
0

reorder members to allow different initialization order

We want to be able to use _name when initializing _view.
This commit is contained in:
Paul Davis 2014-01-09 11:53:03 -05:00
parent 5cd35de56b
commit 0f01e3f78b

View File

@ -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;