From 0f01e3f78bdab2f4d21ccf6fb856c9579544124f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 9 Jan 2014 11:53:03 -0500 Subject: reorder members to allow different initialization order We want to be able to use _name when initializing _view. --- gtk2_ardour/automation_time_axis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/automation_time_axis.h') diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h index d388419e17..343c6b5e5c 100644 --- a/gtk2_ardour/automation_time_axis.h +++ b/gtk2_ardour/automation_time_axis.h @@ -135,12 +135,12 @@ class AutomationTimeAxisView : public TimeAxisView { ArdourCanvas::Rectangle* _base_rect; boost::shared_ptr _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; -- cgit v1.2.3