fix a -Wreorder following d837914e2
This commit is contained in:
parent
0b5db91ee9
commit
544031cecf
@ -83,8 +83,8 @@ AutomationList::AutomationList (const Evoral::Parameter& id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
AutomationList::AutomationList (const AutomationList& other)
|
AutomationList::AutomationList (const AutomationList& other)
|
||||||
: StatefulDestructible()
|
: ControlList(other)
|
||||||
, ControlList(other)
|
, StatefulDestructible()
|
||||||
, _before (0)
|
, _before (0)
|
||||||
{
|
{
|
||||||
_style = other._style;
|
_style = other._style;
|
||||||
|
Loading…
Reference in New Issue
Block a user