mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
-Fixed uninit variable
This commit is contained in:
parent
9a72eb0cf5
commit
df5d1cd5ca
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ class RadialStatus : public Fl_Slider
|
||||||
|
|
||||||
highlight = false;
|
highlight = false;
|
||||||
mouseOver = false;
|
mouseOver = false;
|
||||||
|
|
||||||
|
_recording = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool _recording;
|
bool _recording;
|
||||||
|
|
Loading…
Add table
Reference in a new issue