mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
fix a -Wreorder following d837914e2
This commit is contained in:
parent
0b5db91ee9
commit
544031cecf
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue