mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
initialize member variable
This commit is contained in:
parent
0e28620a7a
commit
3d1c414a94
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ Session::Session (AudioEngine &eng,
|
|||
, _state_of_the_state (StateOfTheState (CannotSave | InitialConnecting | Loading))
|
||||
, _save_queued (false)
|
||||
, _save_queued_pending (false)
|
||||
, _no_save_signal (false)
|
||||
, _last_roll_location (0)
|
||||
, _last_roll_or_reversal_location (0)
|
||||
, _last_record_location (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue