Browse Source

Fix uninitialized members found by valgrind.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
54f0fd2fd9
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Timeline/Transport.H

+ 3
- 0
Timeline/Transport.H View File

@@ -93,6 +93,9 @@ public:
Transport ( int X, int Y, int W, int H, const char *L=0 )
: Fl_Pack( X, Y, W, H, L )
{
recording = false;
rolling = false;

const int bw = W / 3;

type( HORIZONTAL );


Loading…
Cancel
Save