mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
fix initialization order
This commit is contained in:
parent
477628a884
commit
d2d349a30b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue