summaryrefslogtreecommitdiff
path: root/libs/ardour/ltc_slave.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:19:06 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:19:06 -0700
commitd2d349a30baca926bf93f299eed32d7d6a07df9c (patch)
treeba19f9d1420df7910e7691193178b00a0c774af6 /libs/ardour/ltc_slave.cc
parent477628a88463ace31dcb8990612296d698d727cb (diff)
fix initialization order
Diffstat (limited to 'libs/ardour/ltc_slave.cc')
-rw-r--r--libs/ardour/ltc_slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc
index 0489107e0f..b6d87c7b26 100644
--- a/libs/ardour/ltc_slave.cc
+++ b/libs/ardour/ltc_slave.cc
@@ -56,8 +56,8 @@ LTC_TransportMaster::LTC_TransportMaster (std::string const & name)
, monotonic_cnt (0)
, delayedlocked (10)
, ltc_detect_fps_cnt (0)
- , printed_timecode_warning (false)
, ltc_detect_fps_max (0)
+ , printed_timecode_warning (false)
, sync_lock_broken (false)
, ltc_timecode (Timecode::timecode_24)
, a3e_timecode (Timecode::timecode_24)