summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-04-14 00:30:48 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:14 +1000
commit0b2c47614846016079e68be12a956319aa95ce27 (patch)
tree264b1b7deb3c7cb82beb12981db6494c9516a6c2 /libs/ardour/session.cc
parent0080781ddf3aea1df4c4896f6a6a8febc5da80e0 (diff)
Tempo ramps - formatting, ensure correct initial lock style.
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 0f3beee8b1..305cfe52f0 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -301,7 +301,7 @@ Session::Session (AudioEngine &eng,
, first_file_header_format_reset (true)
, have_looped (false)
, _have_rec_enabled_track (false)
- , _have_rec_disabled_track (true)
+ , _have_rec_disabled_track (true)
, _step_editors (0)
, _suspend_timecode_transmission (0)
, _speakers (new Speakers)