Fix uninitialized value _self_managed spotted by valgrind.

git-svn-id: svn://localhost/ardour2/branches/3.0@4336 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2008-12-22 21:12:53 +00:00
parent c5aa717828
commit d724837a44

View File

@ -29,10 +29,9 @@ using namespace Glib;
using namespace Gtkmm2ext;
using namespace std;
StateButton::StateButton ()
StateButton::StateButton () : visual_state (0), _self_managed (false), _is_realized (false)
{
_is_realized = false;
visual_state = 0;
}
void