13
0

Fix uninitialised variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@5114 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-05-31 09:57:22 +00:00
parent 962efaf05e
commit 68f8631611

View File

@ -80,7 +80,8 @@ GainMeterBase::GainMeterBase (Session& s,
// 0.781787 is the value needed for gain to be set to 0.
gain_adjustment (0.781787, 0.0, 1.0, 0.01, 0.1),
gain_automation_style_button (""),
gain_automation_state_button ("")
gain_automation_state_button (""),
dpi_changed (false)
{
using namespace Menu_Helpers;