fix initialization order (sigh)

This commit is contained in:
Paul Davis 2015-02-18 12:00:28 -05:00
parent 8c812a6df4
commit c24bb4a8ee

View File

@ -208,8 +208,8 @@ Session::Session (AudioEngine &eng,
, _post_transport_work (0)
, cumulative_rf_motion (0)
, rf_scale (1.0)
, _ignore_skips_updates (false)
, _locations (new Locations (*this))
, _ignore_skips_updates (false)
, step_speed (0)
, outbound_mtc_timecode_frame (0)
, next_quarter_frame_to_send (-1)