Fix uninitialised variable.
authorCarl Hetherington <carl@carlh.net>
Thu, 9 Dec 2010 21:35:25 +0000 (21:35 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 9 Dec 2010 21:35:25 +0000 (21:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8230 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/gain_meter.cc

index e7596d41d51b48e6afb8874be893efb3789f9ad3..315608d070b23ffbe37d1676339f3e68de5e35d9 100644 (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)