Browse Source

Fix uninitialized member.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
8422915e87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Timeline/Track.C

+ 1
- 0
Timeline/Track.C View File

@@ -116,6 +116,7 @@ void
Track::init ( void )
{
_capture = NULL;
_capture_af = NULL;
_sequence = NULL;
_name = NULL;
_selected = false;


Loading…
Cancel
Save