Mixer: Silence valgrind warning.

pull/52/head
Jonathan Moore Liles 2013-04-08 20:57:00 -07:00
parent 9df0e9d665
commit c794617b30
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Fl_Color DPM::_dim_gradient[128];
DPM::DPM ( int X, int Y, int W, int H, const char *L ) :
Meter( X, Y, W, H, L )
{
_value = 0.0f;
tooltip( peak_string );
_last_drawn_hi_segment = 0;