13
0

Fix uninitialised value.

git-svn-id: svn://localhost/ardour2/branches/3.0@7724 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-01 01:44:31 +00:00
parent 07d74fb21b
commit 369b639222

View File

@ -141,6 +141,7 @@ Session::Session (AudioEngine &eng,
, _requested_return_frame (-1)
, _session_dir (new SessionDirectory(fullpath))
, state_tree (0)
, _state_of_the_state (Clean)
, _butler (new Butler (*this))
, _post_transport_work (0)
, _send_timecode_update (false)