Allow group gain sharing + VCA again
[ardour.git] / 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;