From 544031cecf4a022d588ece7aa4af133325f9e149 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 26 Apr 2017 23:42:47 +0200 Subject: fix a -Wreorder following d837914e2 --- libs/ardour/automation_list.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/automation_list.cc') diff --git a/libs/ardour/automation_list.cc b/libs/ardour/automation_list.cc index 0d43298610..40c924d293 100644 --- a/libs/ardour/automation_list.cc +++ b/libs/ardour/automation_list.cc @@ -83,8 +83,8 @@ AutomationList::AutomationList (const Evoral::Parameter& id) } AutomationList::AutomationList (const AutomationList& other) - : StatefulDestructible() - , ControlList(other) + : ControlList(other) + , StatefulDestructible() , _before (0) { _style = other._style; -- cgit v1.2.3