-Fixed uninit variable

main
Harry van Haaren 2014-02-16 23:22:25 +00:00
parent 9a72eb0cf5
commit df5d1cd5ca
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ class RadialStatus : public Fl_Slider
highlight = false;
mouseOver = false;
_recording = false;
}
bool _recording;