13
0

Fix uninitialised variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@8230 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-09 21:35:25 +00:00
parent 5c23faaa0d
commit 74385f9642

View File

@ -82,6 +82,7 @@ GainMeterBase::GainMeterBase (Session* s,
: gain_adjustment (0.781787, 0.0, 1.0, 0.01, 0.1) // 0.781787 is the value needed for gain to be set to 0.
, gain_automation_style_button ("")
, gain_automation_state_button ("")
, style_changed (false)
, dpi_changed (false)
, _is_midi (false)