mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
audio_clock: fix uninitalized variable
This commit is contained in:
parent
5b5ca546e0
commit
2735022357
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ AudioClock::AudioClock (const string& clock_name, bool transient, const string&
|
|||
, corner_radius (4)
|
||||
, font_size (10240)
|
||||
, editing (false)
|
||||
, bbt_reference_time (timepos_t::from_superclock (-1)) /* needs to be some negative value but SR may not be available at init */
|
||||
, last_pdelta (0)
|
||||
, last_sdelta (0)
|
||||
, dragging (false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue