Fixed uninitialized variable (not that it matters)

Originally committed to SVN as r2490.
This commit is contained in:
Rodrigo Braz Monteiro 2008-11-25 01:52:35 +00:00
parent 0c6f4484a0
commit 6dba041df6
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ AudioDisplay::AudioDisplay(wxWindow *parent)
player = NULL;
hold = 0;
samples = 0;
samplesPercent = 100;
hasFocus = (wxWindow::FindFocus() == this);
needImageUpdate = false;
needImageUpdateWeak = true;