fix a -Wreorder following d837914e2
authorRobin Gareus <robin@gareus.org>
Wed, 26 Apr 2017 21:42:47 +0000 (23:42 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 26 Apr 2017 21:42:47 +0000 (23:42 +0200)
libs/ardour/automation_list.cc

index 0d43298610ad69aeaa3daeff24d9ecc7b30649bc..40c924d293a2aad23410d59f8688a038f893f773 100644 (file)
@@ -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;