fix initialization order warning

This commit is contained in:
Paul Davis 2022-10-26 12:28:18 -06:00
parent 489c9ace9f
commit f32d36f63e
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,7 @@ AutomationLine::AutomationLine (const string& name,
: trackview (tv)
, _name (name)
, _height (0)
, alist (al)
, _visible (Line)
, terminal_points_can_slide (true)
, update_pending (false)
@ -99,7 +100,6 @@ AutomationLine::AutomationLine (const string& name,
, have_redisplay_timeout (false)
, no_draw (false)
, _is_boolean (false)
, alist (al)
, _parent_group (parent)
, _offset (0)
, _maximum_time (timepos_t::max (al->time_domain()))