diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index 4d5ce9a4cd..2cf101bab2 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -86,11 +86,11 @@ using namespace Temporal; * This will not be deleted by EditorAutomationLine. */ AutomationLine::AutomationLine (const string& name, - EditingContext& ec, - ArdourCanvas::Item& parent, - ArdourCanvas::Rectangle* drag_base, - std::shared_ptr al, - const ParameterDescriptor& desc) + EditingContext& ec, + ArdourCanvas::Item& parent, + ArdourCanvas::Rectangle* drag_base, + std::shared_ptr al, + const ParameterDescriptor& desc) :_name (name) , _height (0) , _line_color_name ("automation line")