fix missing initializer

git-svn-id: svn://localhost/ardour2/branches/3.0@10553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-11 17:40:13 +00:00
parent 1c85e77187
commit 578eba247a

View File

@ -86,6 +86,7 @@ ArdourButton::ArdourButton (const std::string& str, Element e)
, _fixed_diameter (true)
, _distinct_led_click (false)
, _led_rect (0)
, _hovering (false)
{
set_text (str);
}