13
0

fix a -Wreorder following d837914e2

This commit is contained in:
Robin Gareus 2017-04-26 23:42:47 +02:00
parent 0b5db91ee9
commit 544031cecf

View File

@ -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;