fix initialization order (sigh)
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 18 Feb 2015 17:00:28 +0000 (12:00 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 18 Feb 2015 17:00:36 +0000 (12:00 -0500)
libs/ardour/session.cc

index 9e1400b99564b119956943f66f7ebfc4e8bfcef6..3bdee5d6a115a22393a55620e95caaab5b27167f 100644 (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)